← 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: 14-105241282-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 105241282,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000547530.7",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.677C>G",
          "hgvs_p": "p.Ser226Trp",
          "transcript": "NM_001519.4",
          "protein_id": "NP_001510.2",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 677,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 3671,
          "mane_select": "ENST00000547530.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.677C>G",
          "hgvs_p": "p.Ser226Trp",
          "transcript": "ENST00000547530.7",
          "protein_id": "ENSP00000448387.2",
          "transcript_support_level": 1,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 677,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 3671,
          "mane_select": "NM_001519.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.596C>G",
          "hgvs_p": "p.Ser199Trp",
          "transcript": "ENST00000379937.6",
          "protein_id": "ENSP00000369269.2",
          "transcript_support_level": 1,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 596,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 692,
          "cdna_end": null,
          "cdna_length": 3314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "ENST00000392557.8",
          "protein_id": "ENSP00000376340.4",
          "transcript_support_level": 1,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": 957,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "ENST00000551787.5",
          "protein_id": "ENSP00000446901.1",
          "transcript_support_level": 1,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 256,
          "cdna_end": null,
          "cdna_length": 824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.677C>G",
          "hgvs_p": "p.Ser226Trp",
          "transcript": "NM_001440449.1",
          "protein_id": "NP_001427378.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 677,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 3668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.596C>G",
          "hgvs_p": "p.Ser199Trp",
          "transcript": "NM_001242788.2",
          "protein_id": "NP_001229717.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 596,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 968,
          "cdna_end": null,
          "cdna_length": 3590,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.332C>G",
          "hgvs_p": "p.Ser111Trp",
          "transcript": "NM_001242786.2",
          "protein_id": "NP_001229715.1",
          "transcript_support_level": null,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 332,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 761,
          "cdna_end": null,
          "cdna_length": 3449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.332C>G",
          "hgvs_p": "p.Ser111Trp",
          "transcript": "ENST00000440513.7",
          "protein_id": "ENSP00000388877.3",
          "transcript_support_level": 2,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 332,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 761,
          "cdna_end": null,
          "cdna_length": 2368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.332C>G",
          "hgvs_p": "p.Ser111Trp",
          "transcript": "NM_001242787.2",
          "protein_id": "NP_001229716.1",
          "transcript_support_level": null,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 332,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 761,
          "cdna_end": null,
          "cdna_length": 3383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.332C>G",
          "hgvs_p": "p.Ser111Trp",
          "transcript": "ENST00000327359.7",
          "protein_id": "ENSP00000329029.3",
          "transcript_support_level": 2,
          "aa_start": 111,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 332,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": 662,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.164C>G",
          "hgvs_p": "p.Ser55Trp",
          "transcript": "NM_001440452.1",
          "protein_id": "NP_001427381.1",
          "transcript_support_level": null,
          "aa_start": 55,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 164,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 1321,
          "cdna_end": null,
          "cdna_length": 3943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.164C>G",
          "hgvs_p": "p.Ser55Trp",
          "transcript": "NM_001440453.1",
          "protein_id": "NP_001427382.1",
          "transcript_support_level": null,
          "aa_start": 55,
          "aa_end": null,
          "aa_length": 505,
          "cds_start": 164,
          "cds_end": null,
          "cds_length": 1518,
          "cdna_start": 1321,
          "cdna_end": null,
          "cdna_length": 3940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "NM_145685.3",
          "protein_id": "NP_663718.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": 957,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "ENST00000549655.5",
          "protein_id": "ENSP00000448723.2",
          "transcript_support_level": 2,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 233,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 703,
          "cdna_start": 1324,
          "cdna_end": null,
          "cdna_length": 1962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "ENST00000619151.4",
          "protein_id": "ENSP00000480452.1",
          "transcript_support_level": 5,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": 1040,
          "cdna_end": null,
          "cdna_length": 1530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.236C>G",
          "hgvs_p": "p.Ser79Trp",
          "transcript": "ENST00000546417.5",
          "protein_id": "ENSP00000450258.1",
          "transcript_support_level": 3,
          "aa_start": 79,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": 236,
          "cds_end": null,
          "cds_length": 553,
          "cdna_start": 237,
          "cdna_end": null,
          "cdna_length": 554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "ENST00000552127.5",
          "protein_id": "ENSP00000449788.1",
          "transcript_support_level": 4,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 154,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 466,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "ENST00000550208.1",
          "protein_id": "ENSP00000449173.1",
          "transcript_support_level": 3,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 44,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 135,
          "cdna_start": 970,
          "cdna_end": null,
          "cdna_length": 1040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.677C>G",
          "hgvs_p": "p.Ser226Trp",
          "transcript": "XM_011536672.4",
          "protein_id": "XP_011534974.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 677,
          "cds_end": null,
          "cds_length": 1899,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 7248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.185C>G",
          "hgvs_p": "p.Ser62Trp",
          "transcript": "XM_047431303.1",
          "protein_id": "XP_047287259.1",
          "transcript_support_level": null,
          "aa_start": 62,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 185,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": 229,
          "cdna_end": null,
          "cdna_length": 2851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.65C>G",
          "hgvs_p": "p.Ser22Trp",
          "transcript": "XM_005267563.5",
          "protein_id": "XP_005267620.1",
          "transcript_support_level": null,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 65,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": 327,
          "cdna_end": null,
          "cdna_length": 2949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.544+11225C>G",
          "hgvs_p": null,
          "transcript": "NM_001440450.1",
          "protein_id": "NP_001427379.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.199+11225C>G",
          "hgvs_p": null,
          "transcript": "NM_001440451.1",
          "protein_id": "NP_001427380.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.31+6006C>G",
          "hgvs_p": null,
          "transcript": "NM_001440454.1",
          "protein_id": "NP_001427383.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.-21+7867C>G",
          "hgvs_p": null,
          "transcript": "NM_001242789.2",
          "protein_id": "NP_001229718.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.-21+7867C>G",
          "hgvs_p": null,
          "transcript": "ENST00000446501.6",
          "protein_id": "ENSP00000389859.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.544+11225C>G",
          "hgvs_p": null,
          "transcript": "XM_047431302.1",
          "protein_id": "XP_047287258.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 626,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1881,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.199+11225C>G",
          "hgvs_p": null,
          "transcript": "XM_047431305.1",
          "protein_id": "XP_047287261.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.31+6006C>G",
          "hgvs_p": null,
          "transcript": "XM_047431308.1",
          "protein_id": "XP_047287264.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1371,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.-21+5789C>G",
          "hgvs_p": null,
          "transcript": "XM_024449553.2",
          "protein_id": "XP_024305321.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 439,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1320,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "BRF1",
          "gene_hgnc_id": 11551,
          "hgvs_c": "c.*23C>G",
          "hgvs_p": null,
          "transcript": "ENST00000550375.1",
          "protein_id": "ENSP00000447521.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 13,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 42,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "BRF1",
      "gene_hgnc_id": 11551,
      "dbsnp": "rs606231416",
      "frequency_reference_population": 0.0000013701746,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000137017,
      "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.912110447883606,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.735,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9964,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.46,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.329,
      "phylop100way_prediction": "Pathogenic",
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PM5,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PM5",
            "PP3_Moderate"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000547530.7",
          "gene_symbol": "BRF1",
          "hgnc_id": 11551,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.677C>G",
          "hgvs_p": "p.Ser226Trp"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}