← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-68654206-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 68654206,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_015646.6",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "NM_001010942.3",
          "protein_id": "NP_001010942.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000250559.14",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001010942.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000250559.14",
          "protein_id": "ENSP00000250559.9",
          "transcript_support_level": 1,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001010942.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000250559.14"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000393436.9",
          "protein_id": "ENSP00000377085.5",
          "transcript_support_level": 1,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000393436.9"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000541216.1",
          "protein_id": "ENSP00000443851.1",
          "transcript_support_level": 1,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 179,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000541216.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "NM_015646.6",
          "protein_id": "NP_056461.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015646.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000341355.9",
          "protein_id": "ENSP00000441275.1",
          "transcript_support_level": 3,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000341355.9"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000537460.5",
          "protein_id": "ENSP00000439966.1",
          "transcript_support_level": 5,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000537460.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877913.1",
          "protein_id": "ENSP00000547972.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877913.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877914.1",
          "protein_id": "ENSP00000547973.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877914.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877915.1",
          "protein_id": "ENSP00000547974.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877915.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877916.1",
          "protein_id": "ENSP00000547975.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877916.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877917.1",
          "protein_id": "ENSP00000547976.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877917.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877919.1",
          "protein_id": "ENSP00000547978.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877919.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877920.1",
          "protein_id": "ENSP00000547979.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877920.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877921.1",
          "protein_id": "ENSP00000547980.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877921.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000877922.1",
          "protein_id": "ENSP00000547981.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877922.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000934200.1",
          "protein_id": "ENSP00000604259.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934200.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000934202.1",
          "protein_id": "ENSP00000604261.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934202.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954494.1",
          "protein_id": "ENSP00000624553.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954494.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954495.1",
          "protein_id": "ENSP00000624554.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954495.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954497.1",
          "protein_id": "ENSP00000624556.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954497.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954498.1",
          "protein_id": "ENSP00000624557.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954498.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954499.1",
          "protein_id": "ENSP00000624558.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954499.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954500.1",
          "protein_id": "ENSP00000624559.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954500.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954501.1",
          "protein_id": "ENSP00000624560.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954501.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954503.1",
          "protein_id": "ENSP00000624562.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954503.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000954504.1",
          "protein_id": "ENSP00000624563.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 184,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954504.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.221T>C",
          "hgvs_p": "p.Leu74Ser",
          "transcript": "NM_001251921.2",
          "protein_id": "NP_001238850.1",
          "transcript_support_level": null,
          "aa_start": 74,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": 221,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001251921.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.221T>C",
          "hgvs_p": "p.Leu74Ser",
          "transcript": "ENST00000540209.5",
          "protein_id": "ENSP00000446318.1",
          "transcript_support_level": 2,
          "aa_start": 74,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": 221,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000540209.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.221T>C",
          "hgvs_p": "p.Leu74Ser",
          "transcript": "ENST00000954505.1",
          "protein_id": "ENSP00000624564.1",
          "transcript_support_level": null,
          "aa_start": 74,
          "aa_end": null,
          "aa_length": 165,
          "cds_start": 221,
          "cds_end": null,
          "cds_length": 498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954505.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000425247.6",
          "protein_id": "ENSP00000401095.2",
          "transcript_support_level": 5,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 156,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 472,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000425247.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.152T>C",
          "hgvs_p": "p.Leu51Ser",
          "transcript": "NM_001251917.2",
          "protein_id": "NP_001238846.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001251917.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.152T>C",
          "hgvs_p": "p.Leu51Ser",
          "transcript": "NM_001251918.2",
          "protein_id": "NP_001238847.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001251918.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.152T>C",
          "hgvs_p": "p.Leu51Ser",
          "transcript": "ENST00000450214.6",
          "protein_id": "ENSP00000399986.2",
          "transcript_support_level": 2,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000450214.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.152T>C",
          "hgvs_p": "p.Leu51Ser",
          "transcript": "ENST00000539091.5",
          "protein_id": "ENSP00000444830.1",
          "transcript_support_level": 2,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539091.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.152T>C",
          "hgvs_p": "p.Leu51Ser",
          "transcript": "ENST00000934201.1",
          "protein_id": "ENSP00000604260.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000934201.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.152T>C",
          "hgvs_p": "p.Leu51Ser",
          "transcript": "ENST00000954496.1",
          "protein_id": "ENSP00000624555.1",
          "transcript_support_level": null,
          "aa_start": 51,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": 152,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954496.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000540781.5",
          "protein_id": "ENSP00000440466.1",
          "transcript_support_level": 4,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 138,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 417,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000540781.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000543697.5",
          "protein_id": "ENSP00000440708.1",
          "transcript_support_level": 3,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 136,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 411,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543697.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000453560.6",
          "protein_id": "ENSP00000444060.1",
          "transcript_support_level": 4,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 126,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 383,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000453560.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000545270.5",
          "protein_id": "ENSP00000437415.1",
          "transcript_support_level": 3,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 121,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 367,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000545270.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.125T>C",
          "hgvs_p": "p.Leu42Ser",
          "transcript": "ENST00000538980.5",
          "protein_id": "ENSP00000444467.1",
          "transcript_support_level": 3,
          "aa_start": 42,
          "aa_end": null,
          "aa_length": 120,
          "cds_start": 125,
          "cds_end": null,
          "cds_length": 365,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000538980.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.80T>C",
          "hgvs_p": "p.Leu27Ser",
          "transcript": "ENST00000378985.7",
          "protein_id": "ENSP00000368270.3",
          "transcript_support_level": 2,
          "aa_start": 27,
          "aa_end": null,
          "aa_length": 118,
          "cds_start": 80,
          "cds_end": null,
          "cds_length": 357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000378985.7"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.80T>C",
          "hgvs_p": "p.Leu27Ser",
          "transcript": "ENST00000543393.5",
          "protein_id": "ENSP00000445090.1",
          "transcript_support_level": 3,
          "aa_start": 27,
          "aa_end": null,
          "aa_length": 118,
          "cds_start": 80,
          "cds_end": null,
          "cds_length": 357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000543393.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.80T>C",
          "hgvs_p": "p.Leu27Ser",
          "transcript": "ENST00000535492.5",
          "protein_id": "ENSP00000443775.1",
          "transcript_support_level": 4,
          "aa_start": 27,
          "aa_end": null,
          "aa_length": 102,
          "cds_start": 80,
          "cds_end": null,
          "cds_length": 309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535492.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000538283.5",
          "protein_id": "ENSP00000444786.1",
          "transcript_support_level": 4,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 100,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 304,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000538283.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000542018.5",
          "protein_id": "ENSP00000438088.1",
          "transcript_support_level": 4,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 97,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000542018.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser",
          "transcript": "ENST00000541167.5",
          "protein_id": "ENSP00000445138.1",
          "transcript_support_level": 4,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 92,
          "cds_start": 278,
          "cds_end": null,
          "cds_length": 279,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000541167.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.184-2100T>C",
          "hgvs_p": null,
          "transcript": "NM_001251922.2",
          "protein_id": "NP_001238851.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001251922.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.184-2100T>C",
          "hgvs_p": null,
          "transcript": "ENST00000542145.5",
          "protein_id": "ENSP00000440014.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000542145.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.184-2100T>C",
          "hgvs_p": null,
          "transcript": "ENST00000877918.1",
          "protein_id": "ENSP00000547977.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000877918.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.184-2100T>C",
          "hgvs_p": null,
          "transcript": "ENST00000954502.1",
          "protein_id": "ENSP00000624561.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954502.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "n.256T>C",
          "hgvs_p": null,
          "transcript": "ENST00000463493.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000463493.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "n.465T>C",
          "hgvs_p": null,
          "transcript": "ENST00000541968.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000541968.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "n.377T>C",
          "hgvs_p": null,
          "transcript": "ENST00000544639.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000544639.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.*16T>C",
          "hgvs_p": null,
          "transcript": "ENST00000534899.5",
          "protein_id": "ENSP00000441952.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 86,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 262,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000534899.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RAP1B",
          "gene_hgnc_id": 9857,
          "hgvs_c": "c.*24T>C",
          "hgvs_p": null,
          "transcript": "ENST00000545720.6",
          "protein_id": "ENSP00000438311.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 83,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 254,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000545720.6"
        }
      ],
      "gene_symbol": "RAP1B",
      "gene_hgnc_id": 9857,
      "dbsnp": null,
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9574083089828491,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.928,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9895,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.38,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.674,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 7,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PM2",
            "PP2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_015646.6",
          "gene_symbol": "RAP1B",
          "hgnc_id": 9857,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.278T>C",
          "hgvs_p": "p.Leu93Ser"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}