← 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: 8-124539326-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=124539326&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 124539326,
"ref": "C",
"alt": "G",
"effect": "intron_variant",
"transcript": "NM_005005.3",
"consequences": [
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.101+39C>G",
"hgvs_p": null,
"transcript": "NM_005005.3",
"protein_id": "NP_004996.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": -4,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 691,
"mane_select": "ENST00000276689.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000276689.8",
"protein_id": "ENSP00000276689.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 179,
"cds_start": -4,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 691,
"mane_select": "NM_005005.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "ENST00000523152.3",
"protein_id": "ENSP00000427807.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 92,
"cds_start": -4,
"cds_end": null,
"cds_length": 280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000518008.5",
"protein_id": "ENSP00000428282.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 178,
"cds_start": -4,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.101+39C>G",
"hgvs_p": null,
"transcript": "NM_001311168.2",
"protein_id": "NP_001298097.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000517367.1",
"protein_id": "ENSP00000430322.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 168,
"cds_start": -4,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000606244.2",
"protein_id": "ENSP00000497750.1",
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": -4,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.-27+39C>G",
"hgvs_p": null,
"transcript": "NM_001278646.2",
"protein_id": "NP_001265575.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 136,
"cds_start": -4,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.-33+39C>G",
"hgvs_p": null,
"transcript": "NM_001278645.2",
"protein_id": "NP_001265574.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 123,
"cds_start": -4,
"cds_end": null,
"cds_length": 372,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000522532.6",
"protein_id": "ENSP00000431115.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2794,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.126+39C>G",
"hgvs_p": null,
"transcript": "ENST00000524241.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000676713.1",
"protein_id": "ENSP00000504795.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000677021.1",
"protein_id": "ENSP00000504235.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3541,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.120+39C>G",
"hgvs_p": null,
"transcript": "ENST00000677782.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000677822.1",
"protein_id": "ENSP00000504813.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2865,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.101+39C>G",
"hgvs_p": null,
"transcript": "ENST00000677950.1",
"protein_id": "ENSP00000504071.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "NM_032026.4",
"protein_id": "NP_114415.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": -4,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1029,
"mane_select": "ENST00000276692.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "ENST00000276692.11",
"protein_id": "ENSP00000276692.6",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 297,
"cds_start": -4,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1029,
"mane_select": "NM_032026.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-305G>C",
"hgvs_p": null,
"transcript": "ENST00000519548.5",
"protein_id": "ENSP00000428336.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": -4,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-280G>C",
"hgvs_p": null,
"transcript": "ENST00000523214.5",
"protein_id": "ENSP00000428609.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "NM_001317889.1",
"protein_id": "NP_001304818.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 333,
"cds_start": -4,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1144,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-305G>C",
"hgvs_p": null,
"transcript": "NM_001146160.1",
"protein_id": "NP_001139632.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 250,
"cds_start": -4,
"cds_end": null,
"cds_length": 753,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-425G>C",
"hgvs_p": null,
"transcript": "NM_001317890.1",
"protein_id": "NP_001304819.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-328G>C",
"hgvs_p": null,
"transcript": "ENST00000630259.1",
"protein_id": "ENSP00000487380.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 243,
"cds_start": -4,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-425G>C",
"hgvs_p": null,
"transcript": "ENST00000517678.5",
"protein_id": "ENSP00000430201.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 210,
"cds_start": -4,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "ENST00000605953.5",
"protein_id": "ENSP00000476180.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 210,
"cds_start": -4,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 726,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-462G>C",
"hgvs_p": null,
"transcript": "NM_001317891.1",
"protein_id": "NP_001304820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 152,
"cds_start": -4,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-280G>C",
"hgvs_p": null,
"transcript": "ENST00000519776.5",
"protein_id": "ENSP00000429831.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-425G>C",
"hgvs_p": null,
"transcript": "ENST00000520938.3",
"protein_id": "ENSP00000430756.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-248G>C",
"hgvs_p": null,
"transcript": "ENST00000522280.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-280G>C",
"hgvs_p": null,
"transcript": "ENST00000522310.5",
"protein_id": "ENSP00000428580.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 667,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-280G>C",
"hgvs_p": null,
"transcript": "ENST00000522927.5",
"protein_id": "ENSP00000431052.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-238G>C",
"hgvs_p": null,
"transcript": "NR_027427.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-425G>C",
"hgvs_p": null,
"transcript": "XM_006716666.5",
"protein_id": "XP_006716729.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 317,
"cds_start": -4,
"cds_end": null,
"cds_length": 954,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "XM_011517331.4",
"protein_id": "XP_011515633.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 311,
"cds_start": -4,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1078,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-425G>C",
"hgvs_p": null,
"transcript": "XM_017013895.3",
"protein_id": "XP_016869384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1130,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "XM_024447293.2",
"protein_id": "XP_024303061.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 275,
"cds_start": -4,
"cds_end": null,
"cds_length": 828,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-280G>C",
"hgvs_p": null,
"transcript": "XM_017013899.2",
"protein_id": "XP_016869388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 201,
"cds_start": -4,
"cds_end": null,
"cds_length": 606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-238G>C",
"hgvs_p": null,
"transcript": "XR_007060756.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-241G>C",
"hgvs_p": null,
"transcript": "XR_007060757.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 835,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"dbsnp": "rs7010411",
"frequency_reference_population": 0.0000049820956,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000481509,
"gnomad_genomes_af": 0.00000657955,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.851,
"phylop100way_prediction": "Benign",
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_005005.3",
"gene_symbol": "NDUFB9",
"hgnc_id": 7704,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.101+39C>G",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000523152.3",
"gene_symbol": "TATDN1",
"hgnc_id": 24220,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-280G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}