← 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: 12-27692838-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 27692838,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_177444.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2974C>T",
          "hgvs_p": "p.Arg992Cys",
          "transcript": "NM_003622.4",
          "protein_id": "NP_003613.4",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1005,
          "cds_start": 2974,
          "cds_end": null,
          "cds_length": 3018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000228425.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003622.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2974C>T",
          "hgvs_p": "p.Arg992Cys",
          "transcript": "ENST00000228425.11",
          "protein_id": "ENSP00000228425.6",
          "transcript_support_level": 1,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1005,
          "cds_start": 2974,
          "cds_end": null,
          "cds_length": 3018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_003622.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000228425.11"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2992C>T",
          "hgvs_p": "p.Arg998Cys",
          "transcript": "ENST00000318304.12",
          "protein_id": "ENSP00000314724.8",
          "transcript_support_level": 1,
          "aa_start": 998,
          "aa_end": null,
          "aa_length": 1011,
          "cds_start": 2992,
          "cds_end": null,
          "cds_length": 3036,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000318304.12"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2899C>T",
          "hgvs_p": "p.Arg967Cys",
          "transcript": "ENST00000542629.5",
          "protein_id": "ENSP00000443442.1",
          "transcript_support_level": 1,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 980,
          "cds_start": 2899,
          "cds_end": null,
          "cds_length": 2943,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000542629.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2533C>T",
          "hgvs_p": "p.Arg845Cys",
          "transcript": "ENST00000537927.5",
          "protein_id": "ENSP00000445425.1",
          "transcript_support_level": 1,
          "aa_start": 845,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2533,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000537927.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3070C>T",
          "hgvs_p": "p.Arg1024Cys",
          "transcript": "ENST00000943203.1",
          "protein_id": "ENSP00000613262.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943203.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Arg1023Cys",
          "transcript": "ENST00000887725.1",
          "protein_id": "ENSP00000557784.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1036,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887725.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Arg1023Cys",
          "transcript": "ENST00000943192.1",
          "protein_id": "ENSP00000613251.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1036,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943192.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3061C>T",
          "hgvs_p": "p.Arg1021Cys",
          "transcript": "ENST00000943196.1",
          "protein_id": "ENSP00000613255.1",
          "transcript_support_level": null,
          "aa_start": 1021,
          "aa_end": null,
          "aa_length": 1034,
          "cds_start": 3061,
          "cds_end": null,
          "cds_length": 3105,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943196.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3058C>T",
          "hgvs_p": "p.Arg1020Cys",
          "transcript": "ENST00000887720.1",
          "protein_id": "ENSP00000557779.1",
          "transcript_support_level": null,
          "aa_start": 1020,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 3058,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887720.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3058C>T",
          "hgvs_p": "p.Arg1020Cys",
          "transcript": "ENST00000887729.1",
          "protein_id": "ENSP00000557788.1",
          "transcript_support_level": null,
          "aa_start": 1020,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 3058,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887729.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3055C>T",
          "hgvs_p": "p.Arg1019Cys",
          "transcript": "ENST00000943184.1",
          "protein_id": "ENSP00000613243.1",
          "transcript_support_level": null,
          "aa_start": 1019,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 3055,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943184.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3055C>T",
          "hgvs_p": "p.Arg1019Cys",
          "transcript": "ENST00000943198.1",
          "protein_id": "ENSP00000613257.1",
          "transcript_support_level": null,
          "aa_start": 1019,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 3055,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943198.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3055C>T",
          "hgvs_p": "p.Arg1019Cys",
          "transcript": "ENST00000943199.1",
          "protein_id": "ENSP00000613258.1",
          "transcript_support_level": null,
          "aa_start": 1019,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": 3055,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943199.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3037C>T",
          "hgvs_p": "p.Arg1013Cys",
          "transcript": "ENST00000943195.1",
          "protein_id": "ENSP00000613254.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1026,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3081,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943195.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3034C>T",
          "hgvs_p": "p.Arg1012Cys",
          "transcript": "ENST00000887718.1",
          "protein_id": "ENSP00000557777.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887718.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3034C>T",
          "hgvs_p": "p.Arg1012Cys",
          "transcript": "ENST00000887722.1",
          "protein_id": "ENSP00000557781.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887722.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3034C>T",
          "hgvs_p": "p.Arg1012Cys",
          "transcript": "ENST00000943182.1",
          "protein_id": "ENSP00000613241.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943182.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3034C>T",
          "hgvs_p": "p.Arg1012Cys",
          "transcript": "ENST00000943183.1",
          "protein_id": "ENSP00000613242.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943183.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3034C>T",
          "hgvs_p": "p.Arg1012Cys",
          "transcript": "ENST00000943200.1",
          "protein_id": "ENSP00000613259.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943200.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3028C>T",
          "hgvs_p": "p.Arg1010Cys",
          "transcript": "ENST00000943190.1",
          "protein_id": "ENSP00000613249.1",
          "transcript_support_level": null,
          "aa_start": 1010,
          "aa_end": null,
          "aa_length": 1023,
          "cds_start": 3028,
          "cds_end": null,
          "cds_length": 3072,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943190.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Arg1009Cys",
          "transcript": "ENST00000887723.1",
          "protein_id": "ENSP00000557782.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887723.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Arg1009Cys",
          "transcript": "ENST00000887724.1",
          "protein_id": "ENSP00000557783.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887724.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Arg1009Cys",
          "transcript": "ENST00000943188.1",
          "protein_id": "ENSP00000613247.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943188.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Arg1009Cys",
          "transcript": "ENST00000943194.1",
          "protein_id": "ENSP00000613253.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943194.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Arg1009Cys",
          "transcript": "ENST00000943201.1",
          "protein_id": "ENSP00000613260.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943201.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3001C>T",
          "hgvs_p": "p.Arg1001Cys",
          "transcript": "ENST00000887721.1",
          "protein_id": "ENSP00000557780.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 3001,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887721.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3001C>T",
          "hgvs_p": "p.Arg1001Cys",
          "transcript": "ENST00000943209.1",
          "protein_id": "ENSP00000613268.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 3001,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943209.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2995C>T",
          "hgvs_p": "p.Arg999Cys",
          "transcript": "ENST00000943193.1",
          "protein_id": "ENSP00000613252.1",
          "transcript_support_level": null,
          "aa_start": 999,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": 2995,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943193.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2995C>T",
          "hgvs_p": "p.Arg999Cys",
          "transcript": "ENST00000943208.1",
          "protein_id": "ENSP00000613267.1",
          "transcript_support_level": null,
          "aa_start": 999,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": 2995,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943208.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2992C>T",
          "hgvs_p": "p.Arg998Cys",
          "transcript": "NM_177444.3",
          "protein_id": "NP_803193.3",
          "transcript_support_level": null,
          "aa_start": 998,
          "aa_end": null,
          "aa_length": 1011,
          "cds_start": 2992,
          "cds_end": null,
          "cds_length": 3036,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_177444.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2962C>T",
          "hgvs_p": "p.Arg988Cys",
          "transcript": "ENST00000943186.1",
          "protein_id": "ENSP00000613245.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": 2962,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943186.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2944C>T",
          "hgvs_p": "p.Arg982Cys",
          "transcript": "ENST00000943185.1",
          "protein_id": "ENSP00000613244.1",
          "transcript_support_level": null,
          "aa_start": 982,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": 2944,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943185.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2944C>T",
          "hgvs_p": "p.Arg982Cys",
          "transcript": "ENST00000943197.1",
          "protein_id": "ENSP00000613256.1",
          "transcript_support_level": null,
          "aa_start": 982,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": 2944,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943197.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2941C>T",
          "hgvs_p": "p.Arg981Cys",
          "transcript": "ENST00000887727.1",
          "protein_id": "ENSP00000557786.1",
          "transcript_support_level": null,
          "aa_start": 981,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 2941,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887727.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2935C>T",
          "hgvs_p": "p.Arg979Cys",
          "transcript": "ENST00000943202.1",
          "protein_id": "ENSP00000613261.1",
          "transcript_support_level": null,
          "aa_start": 979,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": 2935,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943202.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2932C>T",
          "hgvs_p": "p.Arg978Cys",
          "transcript": "ENST00000887726.1",
          "protein_id": "ENSP00000557785.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": 2932,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887726.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2932C>T",
          "hgvs_p": "p.Arg978Cys",
          "transcript": "ENST00000943189.1",
          "protein_id": "ENSP00000613248.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": 2932,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943189.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2920C>T",
          "hgvs_p": "p.Arg974Cys",
          "transcript": "ENST00000943206.1",
          "protein_id": "ENSP00000613265.1",
          "transcript_support_level": null,
          "aa_start": 974,
          "aa_end": null,
          "aa_length": 987,
          "cds_start": 2920,
          "cds_end": null,
          "cds_length": 2964,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943206.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2911C>T",
          "hgvs_p": "p.Arg971Cys",
          "transcript": "ENST00000927416.1",
          "protein_id": "ENSP00000597475.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000927416.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2908C>T",
          "hgvs_p": "p.Arg970Cys",
          "transcript": "ENST00000887719.1",
          "protein_id": "ENSP00000557778.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 2908,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887719.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2908C>T",
          "hgvs_p": "p.Arg970Cys",
          "transcript": "ENST00000943187.1",
          "protein_id": "ENSP00000613246.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 2908,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943187.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2902C>T",
          "hgvs_p": "p.Arg968Cys",
          "transcript": "ENST00000927417.1",
          "protein_id": "ENSP00000597476.1",
          "transcript_support_level": null,
          "aa_start": 968,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 2902,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000927417.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2902C>T",
          "hgvs_p": "p.Arg968Cys",
          "transcript": "ENST00000943191.1",
          "protein_id": "ENSP00000613250.1",
          "transcript_support_level": null,
          "aa_start": 968,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 2902,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943191.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2899C>T",
          "hgvs_p": "p.Arg967Cys",
          "transcript": "NM_001198916.2",
          "protein_id": "NP_001185845.2",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 980,
          "cds_start": 2899,
          "cds_end": null,
          "cds_length": 2943,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001198916.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2893C>T",
          "hgvs_p": "p.Arg965Cys",
          "transcript": "ENST00000943204.1",
          "protein_id": "ENSP00000613263.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 978,
          "cds_start": 2893,
          "cds_end": null,
          "cds_length": 2937,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943204.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2893C>T",
          "hgvs_p": "p.Arg965Cys",
          "transcript": "ENST00000943207.1",
          "protein_id": "ENSP00000613266.1",
          "transcript_support_level": null,
          "aa_start": 965,
          "aa_end": null,
          "aa_length": 978,
          "cds_start": 2893,
          "cds_end": null,
          "cds_length": 2937,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943207.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2869C>T",
          "hgvs_p": "p.Arg957Cys",
          "transcript": "ENST00000887728.1",
          "protein_id": "ENSP00000557787.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 2869,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887728.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2770C>T",
          "hgvs_p": "p.Arg924Cys",
          "transcript": "ENST00000943205.1",
          "protein_id": "ENSP00000613264.1",
          "transcript_support_level": null,
          "aa_start": 924,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 2770,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000943205.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2755C>T",
          "hgvs_p": "p.Arg919Cys",
          "transcript": "ENST00000887730.1",
          "protein_id": "ENSP00000557789.1",
          "transcript_support_level": null,
          "aa_start": 919,
          "aa_end": null,
          "aa_length": 932,
          "cds_start": 2755,
          "cds_end": null,
          "cds_length": 2799,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000887730.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2533C>T",
          "hgvs_p": "p.Arg845Cys",
          "transcript": "NM_001198915.2",
          "protein_id": "NP_001185844.1",
          "transcript_support_level": null,
          "aa_start": 845,
          "aa_end": null,
          "aa_length": 858,
          "cds_start": 2533,
          "cds_end": null,
          "cds_length": 2577,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001198915.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.682C>T",
          "hgvs_p": "p.Arg228Cys",
          "transcript": "ENST00000539326.1",
          "protein_id": "ENSP00000438174.1",
          "transcript_support_level": 3,
          "aa_start": 228,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 682,
          "cds_end": null,
          "cds_length": 726,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539326.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Arg1023Cys",
          "transcript": "XM_017020056.3",
          "protein_id": "XP_016875545.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1036,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020056.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Arg1023Cys",
          "transcript": "XM_017020057.3",
          "protein_id": "XP_016875546.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1036,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020057.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3067C>T",
          "hgvs_p": "p.Arg1023Cys",
          "transcript": "XM_024449232.2",
          "protein_id": "XP_024305000.1",
          "transcript_support_level": null,
          "aa_start": 1023,
          "aa_end": null,
          "aa_length": 1036,
          "cds_start": 3067,
          "cds_end": null,
          "cds_length": 3111,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449232.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3058C>T",
          "hgvs_p": "p.Arg1020Cys",
          "transcript": "XM_024449233.2",
          "protein_id": "XP_024305001.1",
          "transcript_support_level": null,
          "aa_start": 1020,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": 3058,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449233.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3037C>T",
          "hgvs_p": "p.Arg1013Cys",
          "transcript": "XM_024449234.2",
          "protein_id": "XP_024305002.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1026,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3081,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449234.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3034C>T",
          "hgvs_p": "p.Arg1012Cys",
          "transcript": "XM_017020059.3",
          "protein_id": "XP_016875548.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020059.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3034C>T",
          "hgvs_p": "p.Arg1012Cys",
          "transcript": "XM_024449235.2",
          "protein_id": "XP_024305003.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449235.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3028C>T",
          "hgvs_p": "p.Arg1010Cys",
          "transcript": "XM_017020058.3",
          "protein_id": "XP_016875547.1",
          "transcript_support_level": null,
          "aa_start": 1010,
          "aa_end": null,
          "aa_length": 1023,
          "cds_start": 3028,
          "cds_end": null,
          "cds_length": 3072,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020058.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Arg1009Cys",
          "transcript": "XM_017020061.3",
          "protein_id": "XP_016875550.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020061.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3025C>T",
          "hgvs_p": "p.Arg1009Cys",
          "transcript": "XM_024449236.2",
          "protein_id": "XP_024305004.1",
          "transcript_support_level": null,
          "aa_start": 1009,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": 3025,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449236.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3004C>T",
          "hgvs_p": "p.Arg1002Cys",
          "transcript": "XM_024449237.2",
          "protein_id": "XP_024305005.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": 3004,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024449237.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3004C>T",
          "hgvs_p": "p.Arg1002Cys",
          "transcript": "XM_047429750.1",
          "protein_id": "XP_047285706.1",
          "transcript_support_level": null,
          "aa_start": 1002,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": 3004,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429750.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.3001C>T",
          "hgvs_p": "p.Arg1001Cys",
          "transcript": "XM_017020062.3",
          "protein_id": "XP_016875551.1",
          "transcript_support_level": null,
          "aa_start": 1001,
          "aa_end": null,
          "aa_length": 1014,
          "cds_start": 3001,
          "cds_end": null,
          "cds_length": 3045,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020062.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2995C>T",
          "hgvs_p": "p.Arg999Cys",
          "transcript": "XM_047429751.1",
          "protein_id": "XP_047285707.1",
          "transcript_support_level": null,
          "aa_start": 999,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": 2995,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429751.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2995C>T",
          "hgvs_p": "p.Arg999Cys",
          "transcript": "XM_047429752.1",
          "protein_id": "XP_047285708.1",
          "transcript_support_level": null,
          "aa_start": 999,
          "aa_end": null,
          "aa_length": 1012,
          "cds_start": 2995,
          "cds_end": null,
          "cds_length": 3039,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429752.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2974C>T",
          "hgvs_p": "p.Arg992Cys",
          "transcript": "XM_047429753.1",
          "protein_id": "XP_047285709.1",
          "transcript_support_level": null,
          "aa_start": 992,
          "aa_end": null,
          "aa_length": 1005,
          "cds_start": 2974,
          "cds_end": null,
          "cds_length": 3018,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429753.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2971C>T",
          "hgvs_p": "p.Arg991Cys",
          "transcript": "XM_017020063.3",
          "protein_id": "XP_016875552.1",
          "transcript_support_level": null,
          "aa_start": 991,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 2971,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020063.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2965C>T",
          "hgvs_p": "p.Arg989Cys",
          "transcript": "XM_017020064.3",
          "protein_id": "XP_016875553.1",
          "transcript_support_level": null,
          "aa_start": 989,
          "aa_end": null,
          "aa_length": 1002,
          "cds_start": 2965,
          "cds_end": null,
          "cds_length": 3009,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020064.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2962C>T",
          "hgvs_p": "p.Arg988Cys",
          "transcript": "XM_017020065.3",
          "protein_id": "XP_016875554.1",
          "transcript_support_level": null,
          "aa_start": 988,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": 2962,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020065.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2944C>T",
          "hgvs_p": "p.Arg982Cys",
          "transcript": "XM_017020066.3",
          "protein_id": "XP_016875555.1",
          "transcript_support_level": null,
          "aa_start": 982,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": 2944,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020066.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2941C>T",
          "hgvs_p": "p.Arg981Cys",
          "transcript": "XM_017020067.3",
          "protein_id": "XP_016875556.1",
          "transcript_support_level": null,
          "aa_start": 981,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 2941,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020067.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2941C>T",
          "hgvs_p": "p.Arg981Cys",
          "transcript": "XM_017020068.3",
          "protein_id": "XP_016875557.1",
          "transcript_support_level": null,
          "aa_start": 981,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 2941,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020068.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2941C>T",
          "hgvs_p": "p.Arg981Cys",
          "transcript": "XM_047429754.1",
          "protein_id": "XP_047285710.1",
          "transcript_support_level": null,
          "aa_start": 981,
          "aa_end": null,
          "aa_length": 994,
          "cds_start": 2941,
          "cds_end": null,
          "cds_length": 2985,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429754.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2935C>T",
          "hgvs_p": "p.Arg979Cys",
          "transcript": "XM_047429756.1",
          "protein_id": "XP_047285712.1",
          "transcript_support_level": null,
          "aa_start": 979,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": 2935,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429756.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2932C>T",
          "hgvs_p": "p.Arg978Cys",
          "transcript": "XM_017020069.3",
          "protein_id": "XP_016875558.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": 2932,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020069.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2932C>T",
          "hgvs_p": "p.Arg978Cys",
          "transcript": "XM_017020070.3",
          "protein_id": "XP_016875559.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": 2932,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020070.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2932C>T",
          "hgvs_p": "p.Arg978Cys",
          "transcript": "XM_047429755.1",
          "protein_id": "XP_047285711.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": 2932,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429755.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2932C>T",
          "hgvs_p": "p.Arg978Cys",
          "transcript": "XM_047429758.1",
          "protein_id": "XP_047285714.1",
          "transcript_support_level": null,
          "aa_start": 978,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": 2932,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429758.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2911C>T",
          "hgvs_p": "p.Arg971Cys",
          "transcript": "XM_017020071.3",
          "protein_id": "XP_016875560.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020071.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2911C>T",
          "hgvs_p": "p.Arg971Cys",
          "transcript": "XM_047429757.1",
          "protein_id": "XP_047285713.1",
          "transcript_support_level": null,
          "aa_start": 971,
          "aa_end": null,
          "aa_length": 984,
          "cds_start": 2911,
          "cds_end": null,
          "cds_length": 2955,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429757.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2908C>T",
          "hgvs_p": "p.Arg970Cys",
          "transcript": "XM_017020072.3",
          "protein_id": "XP_016875561.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 2908,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020072.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2908C>T",
          "hgvs_p": "p.Arg970Cys",
          "transcript": "XM_047429760.1",
          "protein_id": "XP_047285716.1",
          "transcript_support_level": null,
          "aa_start": 970,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 2908,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429760.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2902C>T",
          "hgvs_p": "p.Arg968Cys",
          "transcript": "XM_017020073.3",
          "protein_id": "XP_016875562.1",
          "transcript_support_level": null,
          "aa_start": 968,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 2902,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020073.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2902C>T",
          "hgvs_p": "p.Arg968Cys",
          "transcript": "XM_047429759.1",
          "protein_id": "XP_047285715.1",
          "transcript_support_level": null,
          "aa_start": 968,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 2902,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429759.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2902C>T",
          "hgvs_p": "p.Arg968Cys",
          "transcript": "XM_047429761.1",
          "protein_id": "XP_047285717.1",
          "transcript_support_level": null,
          "aa_start": 968,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 2902,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429761.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2878C>T",
          "hgvs_p": "p.Arg960Cys",
          "transcript": "XM_047429762.1",
          "protein_id": "XP_047285718.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429762.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2878C>T",
          "hgvs_p": "p.Arg960Cys",
          "transcript": "XM_047429764.1",
          "protein_id": "XP_047285720.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429764.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2869C>T",
          "hgvs_p": "p.Arg957Cys",
          "transcript": "XM_047429763.1",
          "protein_id": "XP_047285719.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 2869,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429763.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2869C>T",
          "hgvs_p": "p.Arg957Cys",
          "transcript": "XM_047429765.1",
          "protein_id": "XP_047285721.1",
          "transcript_support_level": null,
          "aa_start": 957,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": 2869,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429765.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2608C>T",
          "hgvs_p": "p.Arg870Cys",
          "transcript": "XM_006719159.5",
          "protein_id": "XP_006719222.1",
          "transcript_support_level": null,
          "aa_start": 870,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 2608,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006719159.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PPFIBP1",
          "gene_hgnc_id": 9249,
          "hgvs_c": "c.2020C>T",
          "hgvs_p": "p.Arg674Cys",
          "transcript": "XM_017020076.3",
          "protein_id": "XP_016875565.1",
          "transcript_support_level": null,
          "aa_start": 674,
          "aa_end": null,
          "aa_length": 687,
          "cds_start": 2020,
          "cds_end": null,
          "cds_length": 2064,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017020076.3"
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "MRPS35-DT",
          "gene_hgnc_id": 55490,
          "hgvs_c": "n.253-296G>A",
          "hgvs_p": null,
          "transcript": "ENST00000740393.1",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "pseudogene",
          "feature": "ENST00000740393.1"
        },
        {
          "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": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MRPS35-DT",
          "gene_hgnc_id": 55490,
          "hgvs_c": "n.433-296G>A",
          "hgvs_p": null,
          "transcript": "XR_001749448.2",
          "protein_id": null,
          "transcript_support_level": null,
          "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": "pseudogene",
          "feature": "XR_001749448.2"
        }
      ],
      "gene_symbol": "PPFIBP1",
      "gene_hgnc_id": 9249,
      "dbsnp": "rs766416232",
      "frequency_reference_population": 0.000024781428,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 40,
      "gnomad_exomes_af": 0.0000246265,
      "gnomad_genomes_af": 0.0000262691,
      "gnomad_exomes_ac": 36,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.04077780246734619,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.07000000029802322,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.036,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0726,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.45,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.095,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.07,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_177444.3",
          "gene_symbol": "PPFIBP1",
          "hgnc_id": 9249,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown,AR",
          "hgvs_c": "c.2992C>T",
          "hgvs_p": "p.Arg998Cys"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000740393.1",
          "gene_symbol": "MRPS35-DT",
          "hgnc_id": 55490,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.253-296G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Inborn genetic diseases",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Inborn genetic diseases",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}