← 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: 4-127943875-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 127943875,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001371596.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001371596.2",
          "protein_id": "NP_001358525.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4422,
          "mane_select": "ENST00000641686.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641686.2",
          "protein_id": "ENSP00000493218.2",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4422,
          "mane_select": "NM_001371596.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000296468.8",
          "protein_id": "ENSP00000296468.3",
          "transcript_support_level": 1,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 444,
          "cdna_end": null,
          "cdna_length": 4516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001371591.2",
          "protein_id": "NP_001358520.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001371592.2",
          "protein_id": "NP_001358521.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_152778.4",
          "protein_id": "NP_689991.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 518,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1557,
          "cdna_start": 458,
          "cdna_end": null,
          "cdna_length": 4524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001371593.2",
          "protein_id": "NP_001358522.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641186.1",
          "protein_id": "ENSP00000493347.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 505,
          "cdna_end": null,
          "cdna_length": 4448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "NM_001371590.2",
          "protein_id": "NP_001358519.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 4387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "ENST00000641178.1",
          "protein_id": "ENSP00000492989.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": 392,
          "cdna_end": null,
          "cdna_length": 4374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001371594.2",
          "protein_id": "NP_001358523.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000642042.1",
          "protein_id": "ENSP00000493260.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 455,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1368,
          "cdna_start": 363,
          "cdna_end": null,
          "cdna_length": 2303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001363520.3",
          "protein_id": "NP_001350449.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641690.1",
          "protein_id": "ENSP00000492966.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 451,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1356,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "NM_001371595.1",
          "protein_id": "NP_001358524.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 354,
          "cdna_end": null,
          "cdna_length": 4346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "ENST00000513559.6",
          "protein_id": "ENSP00000425000.2",
          "transcript_support_level": 2,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 411,
          "cdna_end": null,
          "cdna_length": 1813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001363521.3",
          "protein_id": "NP_001350450.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641509.1",
          "protein_id": "ENSP00000493459.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 354,
          "cdna_end": null,
          "cdna_length": 4050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "NM_001410765.1",
          "protein_id": "NP_001397694.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 4072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "ENST00000641147.1",
          "protein_id": "ENSP00000493133.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": 342,
          "cdna_end": null,
          "cdna_length": 4009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "ENST00000641393.1",
          "protein_id": "ENSP00000493197.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 368,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1107,
          "cdna_start": 373,
          "cdna_end": null,
          "cdna_length": 4069,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001437269.1",
          "protein_id": "NP_001424198.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 5005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641482.1",
          "protein_id": "ENSP00000493277.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 336,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 1011,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 4860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "NM_001410766.1",
          "protein_id": "NP_001397695.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 298,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 897,
          "cdna_start": 356,
          "cdna_end": null,
          "cdna_length": 4891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641590.1",
          "protein_id": "ENSP00000493132.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 298,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 897,
          "cdna_start": 328,
          "cdna_end": null,
          "cdna_length": 2479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641743.1",
          "protein_id": "ENSP00000493130.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 288,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 867,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641228.1",
          "protein_id": "ENSP00000493194.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": 363,
          "cdna_end": null,
          "cdna_length": 2559,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641949.1",
          "protein_id": "ENSP00000492891.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 347,
          "cdna_end": null,
          "cdna_length": 1640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641503.1",
          "protein_id": "ENSP00000493304.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 250,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 753,
          "cdna_start": 328,
          "cdna_end": null,
          "cdna_length": 1082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "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": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.160C>T",
          "hgvs_p": "p.Pro54Ser",
          "transcript": "ENST00000641538.1",
          "protein_id": "ENSP00000492993.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 247,
          "cds_start": 160,
          "cds_end": null,
          "cds_length": 745,
          "cdna_start": 162,
          "cdna_end": null,
          "cdna_length": 747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641695.1",
          "protein_id": "ENSP00000493134.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": 347,
          "cdna_end": null,
          "cdna_length": 1455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641243.1",
          "protein_id": "ENSP00000493083.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 690,
          "cdna_start": 354,
          "cdna_end": null,
          "cdna_length": 1422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "ENST00000641134.1",
          "protein_id": "ENSP00000492925.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": 310,
          "cdna_end": null,
          "cdna_length": 1327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "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": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "ENST00000641447.1",
          "protein_id": "ENSP00000493448.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 144,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 435,
          "cdna_start": 447,
          "cdna_end": null,
          "cdna_length": 566,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "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": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "ENST00000641558.1",
          "protein_id": "ENSP00000493335.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 126,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 383,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "XM_024453982.2",
          "protein_id": "XP_024309750.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 435,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1308,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 4346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "XM_047449992.1",
          "protein_id": "XP_047305948.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 4313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "XM_047449993.1",
          "protein_id": "XP_047305949.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 4259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "XM_047449995.1",
          "protein_id": "XP_047305951.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 291,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 876,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 1260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "XM_047449994.1",
          "protein_id": "XP_047305950.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": 391,
          "cdna_end": null,
          "cdna_length": 1183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "XM_017007989.2",
          "protein_id": "XP_016863478.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": 391,
          "cdna_end": null,
          "cdna_length": 1129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "XM_047449998.1",
          "protein_id": "XP_047305954.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 762,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 1146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser",
          "transcript": "XM_047449997.1",
          "protein_id": "XP_047305953.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 229,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 690,
          "cdna_start": 391,
          "cdna_end": null,
          "cdna_length": 839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.181C>T",
          "hgvs_p": "p.Pro61Ser",
          "transcript": "XM_047449999.1",
          "protein_id": "XP_047305955.1",
          "transcript_support_level": null,
          "aa_start": 61,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 181,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": 321,
          "cdna_end": null,
          "cdna_length": 769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.532C>T",
          "hgvs_p": null,
          "transcript": "ENST00000505284.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.331C>T",
          "hgvs_p": null,
          "transcript": "ENST00000508441.2",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000509826.2",
          "protein_id": "ENSP00000421176.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "ENST00000515130.6",
          "protein_id": "ENSP00000493056.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641025.1",
          "protein_id": "ENSP00000493346.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641092.1",
          "protein_id": "ENSP00000493392.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641133.1",
          "protein_id": "ENSP00000493192.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.402C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641140.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.*113C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641264.1",
          "protein_id": "ENSP00000492908.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641332.1",
          "protein_id": "ENSP00000493397.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2759,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641340.1",
          "protein_id": "ENSP00000493191.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641397.1",
          "protein_id": "ENSP00000493406.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641434.1",
          "protein_id": "ENSP00000493279.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3209,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641464.1",
          "protein_id": "ENSP00000493438.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641508.1",
          "protein_id": "ENSP00000493209.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641658.1",
          "protein_id": "ENSP00000492987.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641742.1",
          "protein_id": "ENSP00000493315.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641748.1",
          "protein_id": "ENSP00000493330.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.256C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641753.1",
          "protein_id": "ENSP00000493240.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3007,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641774.1",
          "protein_id": "ENSP00000492960.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4247,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641843.1",
          "protein_id": "ENSP00000493174.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641870.1",
          "protein_id": "ENSP00000493044.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641882.1",
          "protein_id": "ENSP00000493301.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641928.1",
          "protein_id": "ENSP00000493418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.316C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642034.1",
          "protein_id": "ENSP00000493285.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.181C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642078.1",
          "protein_id": "ENSP00000492885.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.161C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642143.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.*113C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641264.1",
          "protein_id": "ENSP00000492908.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 788,
          "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": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "c.-65-1717C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641369.1",
          "protein_id": "ENSP00000493037.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 163,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 494,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.199-1717C>T",
          "hgvs_p": null,
          "transcript": "ENST00000641776.1",
          "protein_id": "ENSP00000493261.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MFSD8",
          "gene_hgnc_id": 28486,
          "hgvs_c": "n.91-13058C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642121.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MFSD8",
      "gene_hgnc_id": 28486,
      "dbsnp": "rs757793193",
      "frequency_reference_population": 0.000003097928,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000273623,
      "gnomad_genomes_af": 0.00000657384,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8690640330314636,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.09000000357627869,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.499,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6616,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 6.989,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.09,
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001371596.2",
          "gene_symbol": "MFSD8",
          "hgnc_id": 28486,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Pro106Ser"
        }
      ],
      "clinvar_disease": "Neuronal ceroid lipofuscinosis 7",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Neuronal ceroid lipofuscinosis 7",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}