← 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: 16-19071990-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=19071990&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 19071990,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000321998.10",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp",
          "transcript": "NM_016138.5",
          "protein_id": "NP_057222.2",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 187,
          "cdna_end": null,
          "cdna_length": 2642,
          "mane_select": "ENST00000321998.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp",
          "transcript": "ENST00000321998.10",
          "protein_id": "ENSP00000322316.5",
          "transcript_support_level": 1,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 187,
          "cdna_end": null,
          "cdna_length": 2642,
          "mane_select": "NM_016138.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "ENST00000544894.6",
          "protein_id": "ENSP00000442923.2",
          "transcript_support_level": 1,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 155,
          "cdna_end": null,
          "cdna_length": 819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp",
          "transcript": "ENST00000568985.5",
          "protein_id": "ENSP00000456734.1",
          "transcript_support_level": 2,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 160,
          "cdna_end": null,
          "cdna_length": 714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.94C>T",
          "hgvs_p": "p.Arg32Trp",
          "transcript": "NM_001370489.1",
          "protein_id": "NP_001357418.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 203,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 612,
          "cdna_start": 295,
          "cdna_end": null,
          "cdna_length": 2750,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp",
          "transcript": "NM_001370490.1",
          "protein_id": "NP_001357419.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 187,
          "cdna_end": null,
          "cdna_length": 2573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.67C>T",
          "hgvs_p": "p.Arg23Trp",
          "transcript": "ENST00000569127.1",
          "protein_id": "ENSP00000455122.1",
          "transcript_support_level": 2,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 67,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 953,
          "cdna_end": null,
          "cdna_length": 2575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.94C>T",
          "hgvs_p": "p.Arg32Trp",
          "transcript": "NM_001370491.1",
          "protein_id": "NP_001357420.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 180,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 543,
          "cdna_start": 295,
          "cdna_end": null,
          "cdna_length": 2681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "NM_001190983.2",
          "protein_id": "NP_001177912.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 165,
          "cdna_end": null,
          "cdna_length": 2620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "NM_001370492.1",
          "protein_id": "NP_001357421.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 277,
          "cdna_end": null,
          "cdna_length": 2732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "NM_001370493.1",
          "protein_id": "NP_001357422.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 243,
          "cdna_end": null,
          "cdna_length": 2698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "NM_001370494.1",
          "protein_id": "NP_001357423.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": 171,
          "cdna_end": null,
          "cdna_length": 2626,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "NM_001370495.1",
          "protein_id": "NP_001357424.1",
          "transcript_support_level": null,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 156,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 471,
          "cdna_start": 165,
          "cdna_end": null,
          "cdna_length": 2551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "ENST00000561858.5",
          "protein_id": "ENSP00000457256.1",
          "transcript_support_level": 3,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 391,
          "cdna_start": 370,
          "cdna_end": null,
          "cdna_length": 739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.22C>T",
          "hgvs_p": "p.Arg8Trp",
          "transcript": "ENST00000566110.5",
          "protein_id": "ENSP00000456943.1",
          "transcript_support_level": 4,
          "aa_start": 8,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 22,
          "cds_end": null,
          "cds_length": 310,
          "cdna_start": 302,
          "cdna_end": null,
          "cdna_length": 590,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp",
          "transcript": "XM_047433494.1",
          "protein_id": "XP_047289450.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 187,
          "cdna_end": null,
          "cdna_length": 4656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp",
          "transcript": "XM_047433495.1",
          "protein_id": "XP_047289451.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 187,
          "cdna_end": null,
          "cdna_length": 3431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp",
          "transcript": "XM_047433496.1",
          "protein_id": "XP_047289452.1",
          "transcript_support_level": null,
          "aa_start": 46,
          "aa_end": null,
          "aa_length": 217,
          "cds_start": 136,
          "cds_end": null,
          "cds_length": 654,
          "cdna_start": 187,
          "cdna_end": null,
          "cdna_length": 2796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.94C>T",
          "hgvs_p": "p.Arg32Trp",
          "transcript": "XM_047433497.1",
          "protein_id": "XP_047289453.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 203,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 612,
          "cdna_start": 295,
          "cdna_end": null,
          "cdna_length": 4764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "c.94C>T",
          "hgvs_p": "p.Arg32Trp",
          "transcript": "XM_047433498.1",
          "protein_id": "XP_047289454.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 203,
          "cds_start": 94,
          "cds_end": null,
          "cds_length": 612,
          "cdna_start": 295,
          "cdna_end": null,
          "cdna_length": 2904,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "n.155C>T",
          "hgvs_p": null,
          "transcript": "ENST00000564746.1",
          "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": 566,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "n.136C>T",
          "hgvs_p": null,
          "transcript": "ENST00000566049.5",
          "protein_id": "ENSP00000456490.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": 703,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "n.136C>T",
          "hgvs_p": null,
          "transcript": "ENST00000569312.5",
          "protein_id": "ENSP00000459076.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": 840,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7-DT",
          "gene_hgnc_id": 55362,
          "hgvs_c": "n.382G>A",
          "hgvs_p": null,
          "transcript": "ENST00000774568.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": 418,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "n.187C>T",
          "hgvs_p": null,
          "transcript": "NR_163448.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": 2704,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "n.165C>T",
          "hgvs_p": null,
          "transcript": "NR_163449.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": 2682,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "COQ7",
          "gene_hgnc_id": 2244,
          "hgvs_c": "n.187C>T",
          "hgvs_p": null,
          "transcript": "NR_163450.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": 2527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "COQ7-DT",
          "gene_hgnc_id": 55362,
          "hgvs_c": "n.357-9095G>A",
          "hgvs_p": null,
          "transcript": "ENST00000774567.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": 508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "COQ7",
      "gene_hgnc_id": 2244,
      "dbsnp": "rs77337400",
      "frequency_reference_population": 0.0012142388,
      "hom_count_reference_population": 55,
      "allele_count_reference_population": 1960,
      "gnomad_exomes_af": 0.00126001,
      "gnomad_genomes_af": 0.000774837,
      "gnomad_exomes_ac": 1842,
      "gnomad_genomes_ac": 118,
      "gnomad_exomes_homalt": 55,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0044168829917907715,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.112,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1897,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.45,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.036,
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000321998.10",
          "gene_symbol": "COQ7",
          "hgnc_id": 2244,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.136C>T",
          "hgvs_p": "p.Arg46Trp"
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000774568.1",
          "gene_symbol": "COQ7-DT",
          "hgnc_id": 55362,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.382G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}