← 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-95052177-A-G (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=95052177&ref=A&alt=G&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 95052177,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000396124.9",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.820A>G",
          "hgvs_p": "p.Arg274Gly",
          "transcript": "NM_152416.4",
          "protein_id": "NP_689629.2",
          "transcript_support_level": null,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 333,
          "cds_start": 820,
          "cds_end": null,
          "cds_length": 1002,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 1795,
          "mane_select": "ENST00000396124.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.820A>G",
          "hgvs_p": "p.Arg274Gly",
          "transcript": "ENST00000396124.9",
          "protein_id": "ENSP00000379430.4",
          "transcript_support_level": 2,
          "aa_start": 274,
          "aa_end": null,
          "aa_length": 333,
          "cds_start": 820,
          "cds_end": null,
          "cds_length": 1002,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 1795,
          "mane_select": "NM_152416.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.664A>G",
          "hgvs_p": "p.Arg222Gly",
          "transcript": "NM_001354516.2",
          "protein_id": "NP_001341445.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 664,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 2011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.544A>G",
          "hgvs_p": "p.Arg182Gly",
          "transcript": "NM_001330582.2",
          "protein_id": "NP_001317511.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 844,
          "cdna_end": null,
          "cdna_length": 1799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.544A>G",
          "hgvs_p": "p.Arg182Gly",
          "transcript": "NM_001354514.2",
          "protein_id": "NP_001341443.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 1158,
          "cdna_end": null,
          "cdna_length": 2113,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.544A>G",
          "hgvs_p": "p.Arg182Gly",
          "transcript": "NM_001354515.2",
          "protein_id": "NP_001341444.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 941,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.544A>G",
          "hgvs_p": "p.Arg182Gly",
          "transcript": "ENST00000396111.6",
          "protein_id": "ENSP00000379417.1",
          "transcript_support_level": 5,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 914,
          "cdna_end": null,
          "cdna_length": 1869,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.544A>G",
          "hgvs_p": "p.Arg182Gly",
          "transcript": "ENST00000396113.5",
          "protein_id": "ENSP00000379419.1",
          "transcript_support_level": 5,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 1594,
          "cdna_end": null,
          "cdna_length": 2549,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.544A>G",
          "hgvs_p": "p.Arg182Gly",
          "transcript": "ENST00000697364.1",
          "protein_id": "ENSP00000513278.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 544,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": 960,
          "cdna_end": null,
          "cdna_length": 1879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.487A>G",
          "hgvs_p": "p.Arg163Gly",
          "transcript": "NM_001354517.2",
          "protein_id": "NP_001341446.1",
          "transcript_support_level": null,
          "aa_start": 163,
          "aa_end": null,
          "aa_length": 222,
          "cds_start": 487,
          "cds_end": null,
          "cds_length": 669,
          "cdna_start": 740,
          "cdna_end": null,
          "cdna_length": 1695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.487A>G",
          "hgvs_p": "p.Arg163Gly",
          "transcript": "NM_001354518.2",
          "protein_id": "NP_001341447.1",
          "transcript_support_level": null,
          "aa_start": 163,
          "aa_end": null,
          "aa_length": 222,
          "cds_start": 487,
          "cds_end": null,
          "cds_length": 669,
          "cdna_start": 959,
          "cdna_end": null,
          "cdna_length": 1914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.487A>G",
          "hgvs_p": "p.Arg163Gly",
          "transcript": "NM_001354519.2",
          "protein_id": "NP_001341448.1",
          "transcript_support_level": null,
          "aa_start": 163,
          "aa_end": null,
          "aa_length": 222,
          "cds_start": 487,
          "cds_end": null,
          "cds_length": 669,
          "cdna_start": 955,
          "cdna_end": null,
          "cdna_length": 1910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354522.2",
          "protein_id": "NP_001341451.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1180,
          "cdna_end": null,
          "cdna_length": 2135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354524.2",
          "protein_id": "NP_001341453.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 2208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354525.2",
          "protein_id": "NP_001341454.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1297,
          "cdna_end": null,
          "cdna_length": 2252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354527.2",
          "protein_id": "NP_001341456.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1181,
          "cdna_end": null,
          "cdna_length": 2136,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354528.2",
          "protein_id": "NP_001341457.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1152,
          "cdna_end": null,
          "cdna_length": 2107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354529.2",
          "protein_id": "NP_001341458.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 1919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354530.2",
          "protein_id": "NP_001341459.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1066,
          "cdna_end": null,
          "cdna_length": 2021,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354531.2",
          "protein_id": "NP_001341460.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1062,
          "cdna_end": null,
          "cdna_length": 2017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354532.2",
          "protein_id": "NP_001341461.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1070,
          "cdna_end": null,
          "cdna_length": 2025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.364A>G",
          "hgvs_p": "p.Arg122Gly",
          "transcript": "NM_001354533.2",
          "protein_id": "NP_001341462.1",
          "transcript_support_level": null,
          "aa_start": 122,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 364,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": 1033,
          "cdna_end": null,
          "cdna_length": 1988,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*518A>G",
          "hgvs_p": null,
          "transcript": "ENST00000454358.6",
          "protein_id": "ENSP00000404060.2",
          "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": 946,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*711A>G",
          "hgvs_p": null,
          "transcript": "ENST00000517976.5",
          "protein_id": "ENSP00000430099.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": 1196,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*795A>G",
          "hgvs_p": null,
          "transcript": "ENST00000518258.5",
          "protein_id": "ENSP00000428788.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": 1373,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*614A>G",
          "hgvs_p": null,
          "transcript": "ENST00000519804.2",
          "protein_id": "ENSP00000430230.2",
          "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": 1147,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*458A>G",
          "hgvs_p": null,
          "transcript": "ENST00000520757.1",
          "protein_id": "ENSP00000430311.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": 1474,
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*590A>G",
          "hgvs_p": null,
          "transcript": "ENST00000697355.1",
          "protein_id": "ENSP00000513277.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": 2339,
          "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": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.825A>G",
          "hgvs_p": null,
          "transcript": "NR_148910.2",
          "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": 1780,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.959A>G",
          "hgvs_p": null,
          "transcript": "NR_148911.2",
          "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": 1914,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.963A>G",
          "hgvs_p": null,
          "transcript": "NR_148912.2",
          "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": 1918,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.964A>G",
          "hgvs_p": null,
          "transcript": "NR_148915.2",
          "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": 2198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*518A>G",
          "hgvs_p": null,
          "transcript": "ENST00000454358.6",
          "protein_id": "ENSP00000404060.2",
          "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": 946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*711A>G",
          "hgvs_p": null,
          "transcript": "ENST00000517976.5",
          "protein_id": "ENSP00000430099.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": 1196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*795A>G",
          "hgvs_p": null,
          "transcript": "ENST00000518258.5",
          "protein_id": "ENSP00000428788.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": 1373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*614A>G",
          "hgvs_p": null,
          "transcript": "ENST00000519804.2",
          "protein_id": "ENSP00000430230.2",
          "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": 1147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*458A>G",
          "hgvs_p": null,
          "transcript": "ENST00000520757.1",
          "protein_id": "ENSP00000430311.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": 1474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.*590A>G",
          "hgvs_p": null,
          "transcript": "ENST00000697355.1",
          "protein_id": "ENSP00000513277.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": 2339,
          "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": 8,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.540+3619A>G",
          "hgvs_p": null,
          "transcript": "NM_001354521.2",
          "protein_id": "NP_001341450.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 222,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 669,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1742,
          "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": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "c.483+3619A>G",
          "hgvs_p": null,
          "transcript": "NM_001354534.2",
          "protein_id": "NP_001341463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2114,
          "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": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.93+3619A>G",
          "hgvs_p": null,
          "transcript": "ENST00000523184.5",
          "protein_id": null,
          "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": 732,
          "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": 11,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.836+3619A>G",
          "hgvs_p": null,
          "transcript": "NR_148913.2",
          "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": 3495,
          "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": 12,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NDUFAF6",
          "gene_hgnc_id": 28625,
          "hgvs_c": "n.1033+3619A>G",
          "hgvs_p": null,
          "transcript": "NR_148914.2",
          "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": 3692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NDUFAF6",
      "gene_hgnc_id": 28625,
      "dbsnp": "rs1057519086",
      "frequency_reference_population": 0.0000013681744,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136817,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9520586729049683,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.772,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.5735,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.13,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 2.162,
      "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": 9,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PP3_Strong,PP5",
      "acmg_by_gene": [
        {
          "score": 9,
          "benign_score": 0,
          "pathogenic_score": 9,
          "criteria": [
            "PM1",
            "PM2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000396124.9",
          "gene_symbol": "NDUFAF6",
          "hgnc_id": 28625,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.820A>G",
          "hgvs_p": "p.Arg274Gly"
        }
      ],
      "clinvar_disease": " nuclear type 17,Mitochondrial complex I deficiency",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Mitochondrial complex I deficiency, nuclear type 17",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}