← 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: 3-12600219-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 8,
          "criteria": [
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "RAF1",
          "hgnc_id": 9829,
          "hgvs_c": "c.983C>T",
          "hgvs_p": "p.Pro328Leu",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -8,
          "transcript": "NM_001354689.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BA1",
      "acmg_score": -8,
      "allele_count_reference_population": 1579,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0951,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.22,
      "chr": "3",
      "clinvar_classification": "Benign",
      "clinvar_disease": "LEOPARD syndrome 2,Noonan syndrome 5,Noonan syndrome and Noonan-related syndrome,RASopathy,not provided,not specified",
      "clinvar_review_status": "reviewed by expert panel",
      "clinvar_submissions_summary": "LB:3 B:7",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.007906168699264526,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3191,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_002880.4",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000251849.9",
          "protein_coding": true,
          "protein_id": "NP_002871.1",
          "strand": false,
          "transcript": "NM_002880.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3191,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000251849.9",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002880.4",
          "protein_coding": true,
          "protein_id": "ENSP00000251849.4",
          "strand": false,
          "transcript": "ENST00000251849.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 668,
          "aa_ref": "P",
          "aa_start": 328,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3251,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 2007,
          "cds_start": 983,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001354689.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.983C>T",
          "hgvs_p": "p.Pro328Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341618.1",
          "strand": false,
          "transcript": "NM_001354689.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 668,
          "aa_ref": "P",
          "aa_start": 328,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3251,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 2007,
          "cds_start": 983,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000442415.7",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.983C>T",
          "hgvs_p": "p.Pro328Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401888.2",
          "strand": false,
          "transcript": "ENST00000442415.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 668,
          "aa_ref": "P",
          "aa_start": 328,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3046,
          "cdna_start": 1109,
          "cds_end": null,
          "cds_length": 2007,
          "cds_start": 983,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000900382.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.983C>T",
          "hgvs_p": "p.Pro328Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570441.1",
          "strand": false,
          "transcript": "ENST00000900382.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 668,
          "aa_ref": "P",
          "aa_start": 328,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3343,
          "cdna_start": 1414,
          "cds_end": null,
          "cds_length": 2007,
          "cds_start": 983,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000941486.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.983C>T",
          "hgvs_p": "p.Pro328Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611545.1",
          "strand": false,
          "transcript": "ENST00000941486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3026,
          "cdna_start": 1089,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001354690.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341619.1",
          "strand": false,
          "transcript": "NM_001354690.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4402,
          "cdna_start": 2628,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000685653.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509968.1",
          "strand": false,
          "transcript": "ENST00000685653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2983,
          "cdna_start": 1089,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000691899.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508763.1",
          "strand": false,
          "transcript": "ENST00000691899.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3311,
          "cdna_start": 1347,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000900375.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570434.1",
          "strand": false,
          "transcript": "ENST00000900375.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3303,
          "cdna_start": 1366,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000900377.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570436.1",
          "strand": false,
          "transcript": "ENST00000900377.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3043,
          "cdna_start": 1113,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000900381.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570440.1",
          "strand": false,
          "transcript": "ENST00000900381.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2911,
          "cdna_start": 974,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000900383.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570442.1",
          "strand": false,
          "transcript": "ENST00000900383.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3666,
          "cdna_start": 1739,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000941484.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611543.1",
          "strand": false,
          "transcript": "ENST00000941484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3328,
          "cdna_start": 1393,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000941488.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611547.1",
          "strand": false,
          "transcript": "ENST00000941488.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3071,
          "cdna_start": 1142,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000941490.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611549.1",
          "strand": false,
          "transcript": "ENST00000941490.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3007,
          "cdna_start": 1078,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000941491.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611550.1",
          "strand": false,
          "transcript": "ENST00000941491.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2981,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000941492.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611551.1",
          "strand": false,
          "transcript": "ENST00000941492.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2966,
          "cdna_start": 1039,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000941494.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611553.1",
          "strand": false,
          "transcript": "ENST00000941494.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3002,
          "cdna_start": 1075,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000941495.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611554.1",
          "strand": false,
          "transcript": "ENST00000941495.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3084,
          "cdna_start": 1155,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000941496.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611555.1",
          "strand": false,
          "transcript": "ENST00000941496.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 644,
          "aa_ref": "P",
          "aa_start": 304,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3141,
          "cdna_start": 1242,
          "cds_end": null,
          "cds_length": 1935,
          "cds_start": 911,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000690460.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.911C>T",
          "hgvs_p": "p.Pro304Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509106.1",
          "strand": false,
          "transcript": "ENST00000690460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 644,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3201,
          "cdna_start": 1276,
          "cds_end": null,
          "cds_length": 1935,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000900376.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570435.1",
          "strand": false,
          "transcript": "ENST00000900376.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 644,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3242,
          "cdna_start": 1320,
          "cds_end": null,
          "cds_length": 1935,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000900380.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570439.1",
          "strand": false,
          "transcript": "ENST00000900380.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 644,
          "aa_ref": "P",
          "aa_start": 304,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2998,
          "cdna_start": 1071,
          "cds_end": null,
          "cds_length": 1935,
          "cds_start": 911,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000941489.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.911C>T",
          "hgvs_p": "p.Pro304Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611548.1",
          "strand": false,
          "transcript": "ENST00000941489.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 640,
          "aa_ref": "P",
          "aa_start": 304,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3275,
          "cdna_start": 1355,
          "cds_end": null,
          "cds_length": 1923,
          "cds_start": 911,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000941493.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.911C>T",
          "hgvs_p": "p.Pro304Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611552.1",
          "strand": false,
          "transcript": "ENST00000941493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 639,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3172,
          "cdna_start": 1264,
          "cds_end": null,
          "cds_length": 1920,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000941485.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611544.1",
          "strand": false,
          "transcript": "ENST00000941485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 635,
          "aa_ref": "P",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3149,
          "cdna_start": 1215,
          "cds_end": null,
          "cds_length": 1908,
          "cds_start": 884,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000900378.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.884C>T",
          "hgvs_p": "p.Pro295Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570437.1",
          "strand": false,
          "transcript": "ENST00000900378.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 635,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3167,
          "cdna_start": 1276,
          "cds_end": null,
          "cds_length": 1908,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000923056.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593115.1",
          "strand": false,
          "transcript": "ENST00000923056.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 624,
          "aa_ref": "P",
          "aa_start": 328,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3149,
          "cdna_start": 1352,
          "cds_end": null,
          "cds_length": 1875,
          "cds_start": 983,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000941483.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.983C>T",
          "hgvs_p": "p.Pro328Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611542.1",
          "strand": false,
          "transcript": "ENST00000941483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3092,
          "cdna_start": 1155,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001354693.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341622.1",
          "strand": false,
          "transcript": "NM_001354693.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2866,
          "cdna_start": 1248,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000685437.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508794.1",
          "strand": false,
          "transcript": "ENST00000685437.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4662,
          "cdna_start": 1225,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000688543.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509612.1",
          "strand": false,
          "transcript": "ENST00000688543.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3187,
          "cdna_start": 1257,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000692093.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509669.1",
          "strand": false,
          "transcript": "ENST00000692093.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3238,
          "cdna_start": 1304,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000900379.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000570438.1",
          "strand": false,
          "transcript": "ENST00000900379.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3079,
          "cdna_start": 1142,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000923057.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593116.1",
          "strand": false,
          "transcript": "ENST00000923057.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2954,
          "cdna_start": 1025,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000923058.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000593117.1",
          "strand": false,
          "transcript": "ENST00000923058.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3031,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000687923.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510255.1",
          "strand": false,
          "transcript": "ENST00000687923.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 611,
          "aa_ref": "P",
          "aa_start": 271,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3037,
          "cdna_start": 1143,
          "cds_end": null,
          "cds_length": 1836,
          "cds_start": 812,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000690397.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.812C>T",
          "hgvs_p": "p.Pro271Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508730.1",
          "strand": false,
          "transcript": "ENST00000690397.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 604,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3096,
          "cdna_start": 1194,
          "cds_end": null,
          "cds_length": 1815,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000941482.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611541.1",
          "strand": false,
          "transcript": "ENST00000941482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 603,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3055,
          "cdna_start": 1263,
          "cds_end": null,
          "cds_length": 1812,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000941487.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611546.1",
          "strand": false,
          "transcript": "ENST00000941487.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 589,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2899,
          "cdna_start": 1257,
          "cds_end": null,
          "cds_length": 1770,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000689389.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510213.1",
          "strand": false,
          "transcript": "ENST00000689389.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 587,
          "aa_ref": "P",
          "aa_start": 247,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3138,
          "cdna_start": 1201,
          "cds_end": null,
          "cds_length": 1764,
          "cds_start": 740,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001354694.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.740C>T",
          "hgvs_p": "p.Pro247Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341623.1",
          "strand": false,
          "transcript": "NM_001354694.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 576,
          "aa_ref": "P",
          "aa_start": 236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2636,
          "cdna_start": 726,
          "cds_end": null,
          "cds_length": 1731,
          "cds_start": 707,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000941497.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.707C>T",
          "hgvs_p": "p.Pro236Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000611556.1",
          "strand": false,
          "transcript": "ENST00000941497.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 573,
          "aa_ref": "P",
          "aa_start": 233,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2899,
          "cdna_start": 999,
          "cds_end": null,
          "cds_length": 1722,
          "cds_start": 698,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000693312.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.698C>T",
          "hgvs_p": "p.Pro233Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000508686.1",
          "strand": false,
          "transcript": "ENST00000693312.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": "P",
          "aa_start": 227,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3171,
          "cdna_start": 1234,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": 680,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001354691.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.680C>T",
          "hgvs_p": "p.Pro227Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341620.1",
          "strand": false,
          "transcript": "NM_001354691.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 567,
          "aa_ref": "P",
          "aa_start": 227,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3078,
          "cdna_start": 1141,
          "cds_end": null,
          "cds_length": 1704,
          "cds_start": 680,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001354692.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.680C>T",
          "hgvs_p": "p.Pro227Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341621.1",
          "strand": false,
          "transcript": "NM_001354692.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 534,
          "aa_ref": "P",
          "aa_start": 194,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2979,
          "cdna_start": 1042,
          "cds_end": null,
          "cds_length": 1605,
          "cds_start": 581,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001354695.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.581C>T",
          "hgvs_p": "p.Pro194Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341624.1",
          "strand": false,
          "transcript": "NM_001354695.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "P",
          "aa_start": 81,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2077,
          "cdna_start": 243,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 242,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000432427.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.242C>T",
          "hgvs_p": "p.Pro81Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000398591.3",
          "strand": false,
          "transcript": "ENST00000432427.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3284,
          "cdna_start": 1347,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_011533974.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011532276.1",
          "strand": false,
          "transcript": "XM_011533974.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2958,
          "cdna_start": 1021,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047448649.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304605.1",
          "strand": false,
          "transcript": "XM_047448649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "P",
          "aa_start": 308,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2981,
          "cdna_start": 1044,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 923,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047448650.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.923C>T",
          "hgvs_p": "p.Pro308Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304606.1",
          "strand": false,
          "transcript": "XM_047448650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2880,
          "cdna_start": 943,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_017006966.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016862455.1",
          "strand": false,
          "transcript": "XM_017006966.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 615,
          "aa_ref": "P",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3185,
          "cdna_start": 1248,
          "cds_end": null,
          "cds_length": 1848,
          "cds_start": 824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047448651.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "c.824C>T",
          "hgvs_p": "p.Pro275Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047304607.1",
          "strand": false,
          "transcript": "XM_047448651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3034,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000423275.6",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*588C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000401088.1",
          "strand": false,
          "transcript": "ENST00000423275.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1958,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000465826.6",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.514C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000465826.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2084,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000491290.2",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1300C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000491290.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3129,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000684903.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508612.1",
          "strand": false,
          "transcript": "ENST00000684903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4615,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000685348.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510285.1",
          "strand": false,
          "transcript": "ENST00000685348.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 701,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000685438.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.687C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000685438.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3261,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000685738.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510156.1",
          "strand": false,
          "transcript": "ENST00000685738.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6107,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000686409.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1631C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000686409.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5552,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000686455.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1286C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000686455.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2234,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000686479.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1294C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000686479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3140,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000686762.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509767.1",
          "strand": false,
          "transcript": "ENST00000686762.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5175,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000687257.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1159C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000687257.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5593,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000687326.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509665.1",
          "strand": false,
          "transcript": "ENST00000687326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2752,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000687505.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1041C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000687505.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2650,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000687940.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1300C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000687940.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3413,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000688269.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1519C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000688269.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1594,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000688326.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.242C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509907.1",
          "strand": false,
          "transcript": "ENST00000688326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4972,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000688444.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1249C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000688444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4704,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000688625.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*501C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509522.1",
          "strand": false,
          "transcript": "ENST00000688625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4273,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000688803.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1154C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000688803.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2877,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000689097.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509756.1",
          "strand": false,
          "transcript": "ENST00000689097.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4974,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000689418.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509467.1",
          "strand": false,
          "transcript": "ENST00000689418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2102,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000689481.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510248.1",
          "strand": false,
          "transcript": "ENST00000689481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5062,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000689540.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1073C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000689540.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3198,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000689876.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508535.1",
          "strand": false,
          "transcript": "ENST00000689876.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3215,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000689914.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509847.1",
          "strand": false,
          "transcript": "ENST00000689914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3798,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000690625.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1226C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000690625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 535,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000691268.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*22C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509128.1",
          "strand": false,
          "transcript": "ENST00000691268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3104,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000691396.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*716C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510712.1",
          "strand": false,
          "transcript": "ENST00000691396.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3171,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000691724.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509255.1",
          "strand": false,
          "transcript": "ENST00000691724.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2944,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000691779.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*501C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508592.1",
          "strand": false,
          "transcript": "ENST00000691779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5746,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000692069.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1146C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000692069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3641,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000692311.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1404C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000692311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5400,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000692558.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1288C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000692558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3073,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000692773.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*660C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509055.1",
          "strand": false,
          "transcript": "ENST00000692773.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2808,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000692830.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*668C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509461.1",
          "strand": false,
          "transcript": "ENST00000692830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1356,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000693069.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.824C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510072.1",
          "strand": false,
          "transcript": "ENST00000693069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3079,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000693664.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509614.1",
          "strand": false,
          "transcript": "ENST00000693664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2506,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000693705.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510697.1",
          "strand": false,
          "transcript": "ENST00000693705.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3304,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_148940.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1254C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148940.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3250,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_148941.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1254C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148941.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3189,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NR_148942.3",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.1254C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_148942.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3034,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000423275.6",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*588C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000401088.1",
          "strand": false,
          "transcript": "ENST00000423275.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3129,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000684903.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508612.1",
          "strand": false,
          "transcript": "ENST00000684903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4615,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000685348.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510285.1",
          "strand": false,
          "transcript": "ENST00000685348.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4704,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000688625.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*501C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509522.1",
          "strand": false,
          "transcript": "ENST00000688625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2877,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000689097.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509756.1",
          "strand": false,
          "transcript": "ENST00000689097.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4974,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000689418.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509467.1",
          "strand": false,
          "transcript": "ENST00000689418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2102,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000689481.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510248.1",
          "strand": false,
          "transcript": "ENST00000689481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 535,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000691268.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*22C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509128.1",
          "strand": false,
          "transcript": "ENST00000691268.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3104,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000691396.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*716C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510712.1",
          "strand": false,
          "transcript": "ENST00000691396.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2944,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000691779.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*501C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508592.1",
          "strand": false,
          "transcript": "ENST00000691779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3073,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 17,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000692773.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*660C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509055.1",
          "strand": false,
          "transcript": "ENST00000692773.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2808,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000692830.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*668C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509461.1",
          "strand": false,
          "transcript": "ENST00000692830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2506,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 13,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000693705.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.*600C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510697.1",
          "strand": false,
          "transcript": "ENST00000693705.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 385,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000687486.1",
          "gene_hgnc_id": 9829,
          "gene_symbol": "RAF1",
          "hgvs_c": "n.181+169C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000509469.1",
          "strand": false,
          "transcript": "ENST00000687486.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs5746220",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0009782432,
      "gene_hgnc_id": 9829,
      "gene_symbol": "RAF1",
      "gnomad_exomes_ac": 787,
      "gnomad_exomes_af": 0.000538345,
      "gnomad_exomes_homalt": 15,
      "gnomad_genomes_ac": 792,
      "gnomad_genomes_af": 0.00520265,
      "gnomad_genomes_homalt": 6,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 21,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not specified|RASopathy|Noonan syndrome 5|LEOPARD syndrome 2|not provided|Noonan syndrome and Noonan-related syndrome",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 6.816,
      "pos": 12600219,
      "ref": "G",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.353,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001354689.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.