← 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: 10-14521925-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 14521925,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_031453.4",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.748A>C",
          "hgvs_p": "p.Lys250Gln",
          "transcript": "NM_031453.4",
          "protein_id": "NP_113641.2",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000181796.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_031453.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.748A>C",
          "hgvs_p": "p.Lys250Gln",
          "transcript": "ENST00000181796.7",
          "protein_id": "ENSP00000181796.2",
          "transcript_support_level": 2,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_031453.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000181796.7"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000378467.8",
          "protein_id": "ENSP00000367728.4",
          "transcript_support_level": 1,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000378467.8"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000378470.5",
          "protein_id": "ENSP00000367731.1",
          "transcript_support_level": 1,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000378470.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000468747.5",
          "protein_id": "ENSP00000418120.1",
          "transcript_support_level": 1,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000468747.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "n.*331A>C",
          "hgvs_p": null,
          "transcript": "ENST00000487335.5",
          "protein_id": "ENSP00000420273.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000487335.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "n.*331A>C",
          "hgvs_p": null,
          "transcript": "ENST00000487335.5",
          "protein_id": "ENSP00000420273.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000487335.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.340A>C",
          "hgvs_p": "p.Lys114Gln",
          "transcript": "NM_001320741.2",
          "protein_id": "NP_001307670.1",
          "transcript_support_level": null,
          "aa_start": 114,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": 340,
          "cds_end": null,
          "cds_length": 513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320741.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282695.2",
          "protein_id": "NP_001269624.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282695.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282696.2",
          "protein_id": "NP_001269625.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282696.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282697.2",
          "protein_id": "NP_001269626.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282697.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282698.2",
          "protein_id": "NP_001269627.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282698.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282699.1",
          "protein_id": "NP_001269628.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282699.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282700.2",
          "protein_id": "NP_001269629.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282700.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282701.2",
          "protein_id": "NP_001269630.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282701.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282702.2",
          "protein_id": "NP_001269631.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282702.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001282703.1",
          "protein_id": "NP_001269632.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001282703.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001320735.2",
          "protein_id": "NP_001307664.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320735.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001320736.2",
          "protein_id": "NP_001307665.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320736.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001320737.1",
          "protein_id": "NP_001307666.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320737.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001320738.2",
          "protein_id": "NP_001307667.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320738.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001320739.2",
          "protein_id": "NP_001307668.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320739.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "NM_001320740.1",
          "protein_id": "NP_001307669.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320740.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000378458.6",
          "protein_id": "ENSP00000367719.2",
          "transcript_support_level": 2,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000378458.6"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000378462.5",
          "protein_id": "ENSP00000367723.1",
          "transcript_support_level": 3,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000378462.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000378465.7",
          "protein_id": "ENSP00000367726.3",
          "transcript_support_level": 2,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000378465.7"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000478076.5",
          "protein_id": "ENSP00000417782.1",
          "transcript_support_level": 4,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000478076.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000479731.5",
          "protein_id": "ENSP00000419603.1",
          "transcript_support_level": 3,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000479731.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000496330.5",
          "protein_id": "ENSP00000418330.1",
          "transcript_support_level": 4,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000496330.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000622567.4",
          "protein_id": "ENSP00000479842.1",
          "transcript_support_level": 2,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000622567.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000468492.5",
          "protein_id": "ENSP00000420444.1",
          "transcript_support_level": 4,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000468492.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000452706.6",
          "protein_id": "ENSP00000413676.2",
          "transcript_support_level": 2,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 127,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452706.6"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000489100.5",
          "protein_id": "ENSP00000420249.1",
          "transcript_support_level": 4,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 125,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 379,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000489100.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000494865.5",
          "protein_id": "ENSP00000418395.1",
          "transcript_support_level": 3,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 123,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000494865.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000475786.5",
          "protein_id": "ENSP00000417242.1",
          "transcript_support_level": 5,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 100,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 305,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000475786.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000488576.5",
          "protein_id": "ENSP00000420314.1",
          "transcript_support_level": 4,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 92,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000488576.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000442012.5",
          "protein_id": "ENSP00000397949.1",
          "transcript_support_level": 5,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 89,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 272,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000442012.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "ENST00000482277.5",
          "protein_id": "ENSP00000417845.1",
          "transcript_support_level": 4,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 83,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 254,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000482277.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_005252616.5",
          "protein_id": "XP_005252673.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005252616.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_017016749.1",
          "protein_id": "XP_016872238.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017016749.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425813.1",
          "protein_id": "XP_047281769.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425813.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425814.1",
          "protein_id": "XP_047281770.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425814.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425815.1",
          "protein_id": "XP_047281771.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425815.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425816.1",
          "protein_id": "XP_047281772.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425816.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425817.1",
          "protein_id": "XP_047281773.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425817.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425818.1",
          "protein_id": "XP_047281774.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425818.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425819.1",
          "protein_id": "XP_047281775.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425819.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425820.1",
          "protein_id": "XP_047281776.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425820.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425821.1",
          "protein_id": "XP_047281777.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425821.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425822.1",
          "protein_id": "XP_047281778.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425822.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.223A>C",
          "hgvs_p": "p.Lys75Gln",
          "transcript": "XM_047425823.1",
          "protein_id": "XP_047281779.1",
          "transcript_support_level": null,
          "aa_start": 75,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": 223,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425823.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "n.412A>C",
          "hgvs_p": null,
          "transcript": "ENST00000474143.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000474143.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "n.301A>C",
          "hgvs_p": null,
          "transcript": "ENST00000475858.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000475858.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "n.*170A>C",
          "hgvs_p": null,
          "transcript": "ENST00000481209.5",
          "protein_id": "ENSP00000418365.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000481209.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "n.332A>C",
          "hgvs_p": null,
          "transcript": "ENST00000492700.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000492700.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "n.*170A>C",
          "hgvs_p": null,
          "transcript": "ENST00000481209.5",
          "protein_id": "ENSP00000418365.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000481209.5"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FAM107B",
          "gene_hgnc_id": 23726,
          "hgvs_c": "c.*20A>C",
          "hgvs_p": null,
          "transcript": "ENST00000472095.5",
          "protein_id": "ENSP00000419064.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 66,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 203,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000472095.5"
        }
      ],
      "gene_symbol": "FAM107B",
      "gene_hgnc_id": 23726,
      "dbsnp": "rs1845684918",
      "frequency_reference_population": 0.0000075245885,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 11,
      "gnomad_exomes_af": 0.00000752459,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 11,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.22755363583564758,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.113,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0706,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.43,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.669,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_031453.4",
          "gene_symbol": "FAM107B",
          "hgnc_id": 23726,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.748A>C",
          "hgvs_p": "p.Lys250Gln"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}