← 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-124539212-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=124539212&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 124539212,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_005005.3",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.26A>C",
"hgvs_p": "p.Tyr9Ser",
"transcript": "NM_005005.3",
"protein_id": "NP_004996.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 179,
"cds_start": 26,
"cds_end": null,
"cds_length": 540,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 691,
"mane_select": "ENST00000276689.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.26A>C",
"hgvs_p": "p.Tyr9Ser",
"transcript": "ENST00000276689.8",
"protein_id": "ENSP00000276689.3",
"transcript_support_level": 1,
"aa_start": 9,
"aa_end": null,
"aa_length": 179,
"cds_start": 26,
"cds_end": null,
"cds_length": 540,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 691,
"mane_select": "NM_005005.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.26A>C",
"hgvs_p": "p.Tyr9Ser",
"transcript": "ENST00000518008.5",
"protein_id": "ENSP00000428282.1",
"transcript_support_level": 2,
"aa_start": 9,
"aa_end": null,
"aa_length": 178,
"cds_start": 26,
"cds_end": null,
"cds_length": 537,
"cdna_start": 82,
"cdna_end": null,
"cdna_length": 789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.26A>C",
"hgvs_p": "p.Tyr9Ser",
"transcript": "NM_001311168.2",
"protein_id": "NP_001298097.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 168,
"cds_start": 26,
"cds_end": null,
"cds_length": 507,
"cdna_start": 90,
"cdna_end": null,
"cdna_length": 658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.26A>C",
"hgvs_p": "p.Tyr9Ser",
"transcript": "ENST00000517367.1",
"protein_id": "ENSP00000430322.1",
"transcript_support_level": 3,
"aa_start": 9,
"aa_end": null,
"aa_length": 168,
"cds_start": 26,
"cds_end": null,
"cds_length": 507,
"cdna_start": 69,
"cdna_end": null,
"cdna_length": 636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.26A>C",
"hgvs_p": "p.Tyr9Ser",
"transcript": "ENST00000606244.2",
"protein_id": "ENSP00000497750.1",
"transcript_support_level": 6,
"aa_start": 9,
"aa_end": null,
"aa_length": 138,
"cds_start": 26,
"cds_end": null,
"cds_length": 417,
"cdna_start": 112,
"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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.26A>C",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.51A>C",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.26A>C",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.26A>C",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.45A>C",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.26A>C",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "n.26A>C",
"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": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.-102A>C",
"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": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFB9",
"gene_hgnc_id": 7704,
"hgvs_c": "c.-108A>C",
"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": 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.-166T>G",
"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": [
"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.-166T>G",
"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.-166T>G",
"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.-191T>G",
"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.-166T>G",
"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.-166T>G",
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-166T>G",
"hgvs_p": null,
"transcript": "ENST00000522810.5",
"protein_id": "ENSP00000430274.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 321,
"cds_start": -4,
"cds_end": null,
"cds_length": 966,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 990,
"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.-191T>G",
"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.-311T>G",
"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.-214T>G",
"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.-311T>G",
"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.-166T>G",
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "c.-176T>G",
"hgvs_p": null,
"transcript": "ENST00000519232.5",
"protein_id": "ENSP00000430481.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": -4,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 604,
"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.-348T>G",
"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": true,
"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": "c.-417T>G",
"hgvs_p": null,
"transcript": "ENST00000523888.5",
"protein_id": "ENSP00000428109.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 109,
"cds_start": -4,
"cds_end": null,
"cds_length": 330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 591,
"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.-166T>G",
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TATDN1",
"gene_hgnc_id": 24220,
"hgvs_c": "n.-166T>G",
"hgvs_p": null,
"transcript": "ENST00000520321.5",
"protein_id": "ENSP00000429541.1",
"transcript_support_level": 5,
"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": 629,
"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.-311T>G",
"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.-134T>G",
"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.-166T>G",
"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.-166T>G",
"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.-124T>G",
"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.-311T>G",
"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.-166T>G",
"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.-354T>G",
"hgvs_p": null,
"transcript": "XM_047422301.1",
"protein_id": "XP_047278257.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 286,
"cds_start": -4,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1097,
"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.-311T>G",
"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.-166T>G",
"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.-166T>G",
"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.-124T>G",
"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.-127T>G",
"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": "rs747887062",
"frequency_reference_population": 0.0000018587591,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 6.84052e-7,
"gnomad_genomes_af": 0.0000131491,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6142727732658386,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.46,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2183,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.593,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005005.3",
"gene_symbol": "NDUFB9",
"hgnc_id": 7704,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.26A>C",
"hgvs_p": "p.Tyr9Ser"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000523152.3",
"gene_symbol": "TATDN1",
"hgnc_id": 24220,
"effects": [
"5_prime_UTR_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-166T>G",
"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
}