← 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: 11-67611064-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=67611064&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 67611064,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_007103.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "NM_007103.4",
"protein_id": "NP_009034.2",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 464,
"cds_start": 770,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000322776.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007103.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000322776.11",
"protein_id": "ENSP00000322450.6",
"transcript_support_level": 1,
"aa_start": 257,
"aa_end": null,
"aa_length": 464,
"cds_start": 770,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007103.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000322776.11"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.743G>A",
"hgvs_p": "p.Arg248His",
"transcript": "ENST00000529927.5",
"protein_id": "ENSP00000436766.1",
"transcript_support_level": 1,
"aa_start": 248,
"aa_end": null,
"aa_length": 455,
"cds_start": 743,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529927.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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "n.512G>A",
"hgvs_p": null,
"transcript": "ENST00000526169.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000526169.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000926240.1",
"protein_id": "ENSP00000596299.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 469,
"cds_start": 770,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926240.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000647561.1",
"protein_id": "ENSP00000497587.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 464,
"cds_start": 770,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647561.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.767G>A",
"hgvs_p": "p.Arg256His",
"transcript": "ENST00000926237.1",
"protein_id": "ENSP00000596296.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 463,
"cds_start": 767,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926237.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000926238.1",
"protein_id": "ENSP00000596297.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 462,
"cds_start": 770,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926238.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.749G>A",
"hgvs_p": "p.Arg250His",
"transcript": "ENST00000415352.6",
"protein_id": "ENSP00000395368.2",
"transcript_support_level": 2,
"aa_start": 250,
"aa_end": null,
"aa_length": 457,
"cds_start": 749,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415352.6"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.743G>A",
"hgvs_p": "p.Arg248His",
"transcript": "NM_001166102.2",
"protein_id": "NP_001159574.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 455,
"cds_start": 743,
"cds_end": null,
"cds_length": 1368,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001166102.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.728G>A",
"hgvs_p": "p.Arg243His",
"transcript": "ENST00000879259.1",
"protein_id": "ENSP00000549318.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 450,
"cds_start": 728,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879259.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.689G>A",
"hgvs_p": "p.Arg230His",
"transcript": "ENST00000879258.1",
"protein_id": "ENSP00000549317.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 437,
"cds_start": 689,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879258.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000964390.1",
"protein_id": "ENSP00000634449.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 422,
"cds_start": 770,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964390.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.608G>A",
"hgvs_p": "p.Arg203His",
"transcript": "ENST00000879260.1",
"protein_id": "ENSP00000549319.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 410,
"cds_start": 608,
"cds_end": null,
"cds_length": 1233,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879260.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000926241.1",
"protein_id": "ENSP00000596300.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 408,
"cds_start": 770,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926241.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.602G>A",
"hgvs_p": "p.Arg201His",
"transcript": "ENST00000926242.1",
"protein_id": "ENSP00000596301.1",
"transcript_support_level": null,
"aa_start": 201,
"aa_end": null,
"aa_length": 408,
"cds_start": 602,
"cds_end": null,
"cds_length": 1227,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926242.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000879257.1",
"protein_id": "ENSP00000549316.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 397,
"cds_start": 770,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879257.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His",
"transcript": "ENST00000879261.1",
"protein_id": "ENSP00000549320.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 381,
"cds_start": 770,
"cds_end": null,
"cds_length": 1146,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879261.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.467G>A",
"hgvs_p": "p.Arg156His",
"transcript": "ENST00000532303.5",
"protein_id": "ENSP00000432015.1",
"transcript_support_level": 2,
"aa_start": 156,
"aa_end": null,
"aa_length": 363,
"cds_start": 467,
"cds_end": null,
"cds_length": 1092,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000532303.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.701-6G>A",
"hgvs_p": null,
"transcript": "ENST00000964389.1",
"protein_id": "ENSP00000634448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 439,
"cds_start": null,
"cds_end": null,
"cds_length": 1320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964389.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"splice_region_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.680-6G>A",
"hgvs_p": null,
"transcript": "ENST00000926243.1",
"protein_id": "ENSP00000596302.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 432,
"cds_start": null,
"cds_end": null,
"cds_length": 1299,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926243.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": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "c.511-833G>A",
"hgvs_p": null,
"transcript": "ENST00000926239.1",
"protein_id": "ENSP00000596298.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 274,
"cds_start": null,
"cds_end": null,
"cds_length": 825,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926239.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "n.1053G>A",
"hgvs_p": null,
"transcript": "ENST00000526770.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000526770.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "n.59G>A",
"hgvs_p": null,
"transcript": "ENST00000527355.5",
"protein_id": "ENSP00000432637.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000527355.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "n.248G>A",
"hgvs_p": null,
"transcript": "ENST00000533919.5",
"protein_id": "ENSP00000435199.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000533919.5"
},
{
"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": "NDUFV1",
"gene_hgnc_id": 7716,
"hgvs_c": "n.-84G>A",
"hgvs_p": null,
"transcript": "ENST00000527923.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000527923.1"
}
],
"gene_symbol": "NDUFV1",
"gene_hgnc_id": 7716,
"dbsnp": "rs371938193",
"frequency_reference_population": 0.0000061953338,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000547237,
"gnomad_genomes_af": 0.0000131382,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6980478167533875,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.807,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.5735,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.21,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.649,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.08,
"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_007103.4",
"gene_symbol": "NDUFV1",
"hgnc_id": 7716,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.770G>A",
"hgvs_p": "p.Arg257His"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}