← 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-256357-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=256357&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 256357,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_004168.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1932G>A",
"hgvs_p": "p.Val644Val",
"transcript": "NM_004168.4",
"protein_id": "NP_004159.2",
"transcript_support_level": null,
"aa_start": 644,
"aa_end": null,
"aa_length": 664,
"cds_start": 1932,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 1968,
"cdna_end": null,
"cdna_length": 2693,
"mane_select": "ENST00000264932.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004168.4"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1932G>A",
"hgvs_p": "p.Val644Val",
"transcript": "ENST00000264932.11",
"protein_id": "ENSP00000264932.6",
"transcript_support_level": 1,
"aa_start": 644,
"aa_end": null,
"aa_length": 664,
"cds_start": 1932,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 1968,
"cdna_end": null,
"cdna_length": 2693,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286001",
"gene_hgnc_id": null,
"hgvs_c": "n.*665G>A",
"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": 3665,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651543.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000286001",
"gene_hgnc_id": null,
"hgvs_c": "n.*665G>A",
"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": 3665,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000651543.1"
},
{
"aa_ref": "*",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_retained_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.377G>A",
"hgvs_p": "p.Ter126Ter",
"transcript": "ENST00000515815.5",
"protein_id": "ENSP00000422404.1",
"transcript_support_level": 3,
"aa_start": 126,
"aa_end": null,
"aa_length": 125,
"cds_start": 377,
"cds_end": null,
"cds_length": 378,
"cdna_start": 379,
"cdna_end": null,
"cdna_length": 704,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515815.5"
},
{
"aa_ref": "*",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_retained_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.305G>A",
"hgvs_p": "p.Ter102Ter",
"transcript": "ENST00000509564.1",
"protein_id": "ENSP00000421911.1",
"transcript_support_level": 3,
"aa_start": 102,
"aa_end": null,
"aa_length": 101,
"cds_start": 305,
"cds_end": null,
"cds_length": 306,
"cdna_start": 305,
"cdna_end": null,
"cdna_length": 630,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000509564.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.2118G>A",
"hgvs_p": "p.Val706Val",
"transcript": "ENST00000874235.1",
"protein_id": "ENSP00000544294.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 726,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2181,
"cdna_start": 2171,
"cdna_end": null,
"cdna_length": 2511,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874235.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.2085G>A",
"hgvs_p": "p.Val695Val",
"transcript": "ENST00000952715.1",
"protein_id": "ENSP00000622774.1",
"transcript_support_level": null,
"aa_start": 695,
"aa_end": null,
"aa_length": 715,
"cds_start": 2085,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 2114,
"cdna_end": null,
"cdna_length": 2417,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952715.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1986G>A",
"hgvs_p": "p.Val662Val",
"transcript": "ENST00000874242.1",
"protein_id": "ENSP00000544301.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 682,
"cds_start": 1986,
"cds_end": null,
"cds_length": 2049,
"cdna_start": 2030,
"cdna_end": null,
"cdna_length": 2355,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874242.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1983G>A",
"hgvs_p": "p.Val661Val",
"transcript": "ENST00000952713.1",
"protein_id": "ENSP00000622772.1",
"transcript_support_level": null,
"aa_start": 661,
"aa_end": null,
"aa_length": 681,
"cds_start": 1983,
"cds_end": null,
"cds_length": 2046,
"cdna_start": 2019,
"cdna_end": null,
"cdna_length": 2322,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952713.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1959G>A",
"hgvs_p": "p.Val653Val",
"transcript": "ENST00000952712.1",
"protein_id": "ENSP00000622771.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 673,
"cds_start": 1959,
"cds_end": null,
"cds_length": 2022,
"cdna_start": 2006,
"cdna_end": null,
"cdna_length": 2306,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952712.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1956G>A",
"hgvs_p": "p.Val652Val",
"transcript": "ENST00000874248.1",
"protein_id": "ENSP00000544307.1",
"transcript_support_level": null,
"aa_start": 652,
"aa_end": null,
"aa_length": 672,
"cds_start": 1956,
"cds_end": null,
"cds_length": 2019,
"cdna_start": 1959,
"cdna_end": null,
"cdna_length": 2285,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874248.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1938G>A",
"hgvs_p": "p.Val646Val",
"transcript": "ENST00000952708.1",
"protein_id": "ENSP00000622767.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 666,
"cds_start": 1938,
"cds_end": null,
"cds_length": 2001,
"cdna_start": 2013,
"cdna_end": null,
"cdna_length": 2333,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952708.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1929G>A",
"hgvs_p": "p.Val643Val",
"transcript": "ENST00000874234.1",
"protein_id": "ENSP00000544293.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 663,
"cds_start": 1929,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 1982,
"cdna_end": null,
"cdna_length": 2324,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874234.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1929G>A",
"hgvs_p": "p.Val643Val",
"transcript": "ENST00000952707.1",
"protein_id": "ENSP00000622766.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 663,
"cds_start": 1929,
"cds_end": null,
"cds_length": 1992,
"cdna_start": 2011,
"cdna_end": null,
"cdna_length": 2737,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952707.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1908G>A",
"hgvs_p": "p.Val636Val",
"transcript": "ENST00000874246.1",
"protein_id": "ENSP00000544305.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 656,
"cds_start": 1908,
"cds_end": null,
"cds_length": 1971,
"cdna_start": 1943,
"cdna_end": null,
"cdna_length": 2260,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874246.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1899G>A",
"hgvs_p": "p.Val633Val",
"transcript": "ENST00000874244.1",
"protein_id": "ENSP00000544303.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 653,
"cds_start": 1899,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 1934,
"cdna_end": null,
"cdna_length": 2259,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874244.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1899G>A",
"hgvs_p": "p.Val633Val",
"transcript": "ENST00000952709.1",
"protein_id": "ENSP00000622768.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 653,
"cds_start": 1899,
"cds_end": null,
"cds_length": 1962,
"cdna_start": 1944,
"cdna_end": null,
"cdna_length": 2269,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952709.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1887G>A",
"hgvs_p": "p.Val629Val",
"transcript": "ENST00000952716.1",
"protein_id": "ENSP00000622775.1",
"transcript_support_level": null,
"aa_start": 629,
"aa_end": null,
"aa_length": 649,
"cds_start": 1887,
"cds_end": null,
"cds_length": 1950,
"cdna_start": 1912,
"cdna_end": null,
"cdna_length": 2215,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952716.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1881G>A",
"hgvs_p": "p.Val627Val",
"transcript": "ENST00000952711.1",
"protein_id": "ENSP00000622770.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 647,
"cds_start": 1881,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 1910,
"cdna_end": null,
"cdna_length": 2238,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952711.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1818G>A",
"hgvs_p": "p.Val606Val",
"transcript": "ENST00000874236.1",
"protein_id": "ENSP00000544295.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 626,
"cds_start": 1818,
"cds_end": null,
"cds_length": 1881,
"cdna_start": 1869,
"cdna_end": null,
"cdna_length": 2194,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874236.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1788G>A",
"hgvs_p": "p.Val596Val",
"transcript": "NM_001294332.2",
"protein_id": "NP_001281261.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 616,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1824,
"cdna_end": null,
"cdna_length": 2549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001294332.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1788G>A",
"hgvs_p": "p.Val596Val",
"transcript": "ENST00000510361.5",
"protein_id": "ENSP00000427703.1",
"transcript_support_level": 2,
"aa_start": 596,
"aa_end": null,
"aa_length": 616,
"cds_start": 1788,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1826,
"cdna_end": null,
"cdna_length": 2148,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000510361.5"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1767G>A",
"hgvs_p": "p.Val589Val",
"transcript": "ENST00000874233.1",
"protein_id": "ENSP00000544292.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 609,
"cds_start": 1767,
"cds_end": null,
"cds_length": 1830,
"cdna_start": 1803,
"cdna_end": null,
"cdna_length": 2525,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874233.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1761G>A",
"hgvs_p": "p.Val587Val",
"transcript": "ENST00000874240.1",
"protein_id": "ENSP00000544299.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 607,
"cds_start": 1761,
"cds_end": null,
"cds_length": 1824,
"cdna_start": 1808,
"cdna_end": null,
"cdna_length": 2133,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874240.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1689G>A",
"hgvs_p": "p.Val563Val",
"transcript": "NM_001330758.2",
"protein_id": "NP_001317687.1",
"transcript_support_level": null,
"aa_start": 563,
"aa_end": null,
"aa_length": 583,
"cds_start": 1689,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 1725,
"cdna_end": null,
"cdna_length": 2450,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330758.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1689G>A",
"hgvs_p": "p.Val563Val",
"transcript": "ENST00000504309.5",
"protein_id": "ENSP00000426514.1",
"transcript_support_level": 5,
"aa_start": 563,
"aa_end": null,
"aa_length": 583,
"cds_start": 1689,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 1742,
"cdna_end": null,
"cdna_length": 2067,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000504309.5"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1683G>A",
"hgvs_p": "p.Val561Val",
"transcript": "ENST00000874239.1",
"protein_id": "ENSP00000544298.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 581,
"cds_start": 1683,
"cds_end": null,
"cds_length": 1746,
"cdna_start": 1730,
"cdna_end": null,
"cdna_length": 2055,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874239.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1623G>A",
"hgvs_p": "p.Val541Val",
"transcript": "ENST00000874245.1",
"protein_id": "ENSP00000544304.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 561,
"cds_start": 1623,
"cds_end": null,
"cds_length": 1686,
"cdna_start": 1659,
"cdna_end": null,
"cdna_length": 1976,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874245.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1575G>A",
"hgvs_p": "p.Val525Val",
"transcript": "ENST00000874243.1",
"protein_id": "ENSP00000544302.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 545,
"cds_start": 1575,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 1611,
"cdna_end": null,
"cdna_length": 1936,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874243.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1545G>A",
"hgvs_p": "p.Val515Val",
"transcript": "ENST00000874241.1",
"protein_id": "ENSP00000544300.1",
"transcript_support_level": null,
"aa_start": 515,
"aa_end": null,
"aa_length": 535,
"cds_start": 1545,
"cds_end": null,
"cds_length": 1608,
"cdna_start": 1590,
"cdna_end": null,
"cdna_length": 1915,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874241.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1539G>A",
"hgvs_p": "p.Val513Val",
"transcript": "ENST00000874237.1",
"protein_id": "ENSP00000544296.1",
"transcript_support_level": null,
"aa_start": 513,
"aa_end": null,
"aa_length": 533,
"cds_start": 1539,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 1586,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874237.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1461G>A",
"hgvs_p": "p.Val487Val",
"transcript": "ENST00000952710.1",
"protein_id": "ENSP00000622769.1",
"transcript_support_level": null,
"aa_start": 487,
"aa_end": null,
"aa_length": 507,
"cds_start": 1461,
"cds_end": null,
"cds_length": 1524,
"cdna_start": 1495,
"cdna_end": null,
"cdna_length": 1820,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952710.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1440G>A",
"hgvs_p": "p.Val480Val",
"transcript": "ENST00000925263.1",
"protein_id": "ENSP00000595322.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 500,
"cds_start": 1440,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 1468,
"cdna_end": null,
"cdna_length": 1793,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925263.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1395G>A",
"hgvs_p": "p.Val465Val",
"transcript": "ENST00000874247.1",
"protein_id": "ENSP00000544306.1",
"transcript_support_level": null,
"aa_start": 465,
"aa_end": null,
"aa_length": 485,
"cds_start": 1395,
"cds_end": null,
"cds_length": 1458,
"cdna_start": 1433,
"cdna_end": null,
"cdna_length": 1736,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874247.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1374G>A",
"hgvs_p": "p.Val458Val",
"transcript": "ENST00000874238.1",
"protein_id": "ENSP00000544297.1",
"transcript_support_level": null,
"aa_start": 458,
"aa_end": null,
"aa_length": 478,
"cds_start": 1374,
"cds_end": null,
"cds_length": 1437,
"cdna_start": 1421,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000874238.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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": "c.984G>A",
"hgvs_p": "p.Val328Val",
"transcript": "ENST00000952714.1",
"protein_id": "ENSP00000622773.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 348,
"cds_start": 984,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 1013,
"cdna_end": null,
"cdna_length": 1316,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000952714.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": 15,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1908+1851G>A",
"hgvs_p": null,
"transcript": "XM_011514072.3",
"protein_id": "XP_011512374.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 680,
"cds_start": null,
"cds_end": null,
"cds_length": 2043,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2926,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514072.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": 14,
"intron_rank": 13,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1764+1851G>A",
"hgvs_p": null,
"transcript": "XM_047417467.1",
"protein_id": "XP_047273423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 632,
"cds_start": null,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2782,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417467.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": 13,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "c.1665+1851G>A",
"hgvs_p": null,
"transcript": "XM_011514073.3",
"protein_id": "XP_011512375.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": null,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2683,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514073.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.2104G>A",
"hgvs_p": null,
"transcript": "ENST00000503674.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": 2426,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000503674.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.322G>A",
"hgvs_p": null,
"transcript": "ENST00000507522.1",
"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": 644,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000507522.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.109G>A",
"hgvs_p": null,
"transcript": "ENST00000509082.1",
"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": 434,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000509082.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.2679G>A",
"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": 3001,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.1887G>A",
"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": 2209,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.1518G>A",
"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": 1809,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000515752.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": 16,
"intron_rank": 14,
"intron_rank_end": null,
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"hgvs_c": "n.1944+1851G>A",
"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": 6874,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007058614.1"
}
],
"gene_symbol": "SDHA",
"gene_hgnc_id": 10680,
"dbsnp": "rs6961",
"frequency_reference_population": 0.21697241,
"hom_count_reference_population": 24194,
"allele_count_reference_population": 280784,
"gnomad_exomes_af": 0.212309,
"gnomad_genomes_af": 0.253863,
"gnomad_exomes_ac": 243916,
"gnomad_genomes_ac": 36868,
"gnomad_exomes_homalt": 17258,
"gnomad_genomes_homalt": 6936,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7200000286102295,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.891,
"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": -21,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -21,
"benign_score": 21,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_004168.4",
"gene_symbol": "SDHA",
"hgnc_id": 10680,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1932G>A",
"hgvs_p": "p.Val644Val"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000651543.1",
"gene_symbol": "ENSG00000286001",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*665G>A",
"hgvs_p": null
}
],
"clinvar_disease": " nuclear type 1,Hereditary cancer-predisposing syndrome,Hereditary pheochromocytoma-paraganglioma,Leigh syndrome,Mitochondrial complex II deficiency,Pheochromocytoma/paraganglioma syndrome 5,SDHA-related disorder,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:11",
"phenotype_combined": "not specified|Hereditary cancer-predisposing syndrome|Leigh syndrome|Hereditary pheochromocytoma-paraganglioma|Mitochondrial complex II deficiency, nuclear type 1|Mitochondrial complex II deficiency, nuclear type 1;Pheochromocytoma/paraganglioma syndrome 5|Pheochromocytoma/paraganglioma syndrome 5|SDHA-related disorder|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}