← 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: 8-143918884-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 143918884,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000345136.8",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10937G>C",
          "hgvs_p": "p.Arg3646Pro",
          "transcript": "NM_201384.3",
          "protein_id": "NP_958786.1",
          "transcript_support_level": null,
          "aa_start": 3646,
          "aa_end": null,
          "aa_length": 4547,
          "cds_start": 10937,
          "cds_end": null,
          "cds_length": 13644,
          "cdna_start": 11073,
          "cdna_end": null,
          "cdna_length": 14804,
          "mane_select": "ENST00000345136.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10937G>C",
          "hgvs_p": "p.Arg3646Pro",
          "transcript": "ENST00000345136.8",
          "protein_id": "ENSP00000344848.3",
          "transcript_support_level": 1,
          "aa_start": 3646,
          "aa_end": null,
          "aa_length": 4547,
          "cds_start": 10937,
          "cds_end": null,
          "cds_length": 13644,
          "cdna_start": 11073,
          "cdna_end": null,
          "cdna_length": 14804,
          "mane_select": "NM_201384.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10895G>C",
          "hgvs_p": "p.Arg3632Pro",
          "transcript": "NM_201378.4",
          "protein_id": "NP_958780.1",
          "transcript_support_level": null,
          "aa_start": 3632,
          "aa_end": null,
          "aa_length": 4533,
          "cds_start": 10895,
          "cds_end": null,
          "cds_length": 13602,
          "cdna_start": 10952,
          "cdna_end": null,
          "cdna_length": 14683,
          "mane_select": null,
          "mane_plus": "ENST00000356346.7",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10895G>C",
          "hgvs_p": "p.Arg3632Pro",
          "transcript": "ENST00000356346.7",
          "protein_id": "ENSP00000348702.3",
          "transcript_support_level": 1,
          "aa_start": 3632,
          "aa_end": null,
          "aa_length": 4533,
          "cds_start": 10895,
          "cds_end": null,
          "cds_length": 13602,
          "cdna_start": 10952,
          "cdna_end": null,
          "cdna_length": 14683,
          "mane_select": null,
          "mane_plus": "NM_201378.4",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11348G>C",
          "hgvs_p": "p.Arg3783Pro",
          "transcript": "ENST00000322810.8",
          "protein_id": "ENSP00000323856.4",
          "transcript_support_level": 1,
          "aa_start": 3783,
          "aa_end": null,
          "aa_length": 4684,
          "cds_start": 11348,
          "cds_end": null,
          "cds_length": 14055,
          "cdna_start": 11518,
          "cdna_end": null,
          "cdna_length": 15249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11018G>C",
          "hgvs_p": "p.Arg3673Pro",
          "transcript": "ENST00000436759.6",
          "protein_id": "ENSP00000388180.2",
          "transcript_support_level": 1,
          "aa_start": 3673,
          "aa_end": null,
          "aa_length": 4574,
          "cds_start": 11018,
          "cds_end": null,
          "cds_length": 13725,
          "cdna_start": 11056,
          "cdna_end": null,
          "cdna_length": 14787,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10949G>C",
          "hgvs_p": "p.Arg3650Pro",
          "transcript": "ENST00000357649.6",
          "protein_id": "ENSP00000350277.2",
          "transcript_support_level": 1,
          "aa_start": 3650,
          "aa_end": null,
          "aa_length": 4551,
          "cds_start": 10949,
          "cds_end": null,
          "cds_length": 13656,
          "cdna_start": 10958,
          "cdna_end": null,
          "cdna_length": 14689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10937G>C",
          "hgvs_p": "p.Arg3646Pro",
          "transcript": "ENST00000354589.7",
          "protein_id": "ENSP00000346602.3",
          "transcript_support_level": 1,
          "aa_start": 3646,
          "aa_end": null,
          "aa_length": 4547,
          "cds_start": 10937,
          "cds_end": null,
          "cds_length": 13644,
          "cdna_start": 11005,
          "cdna_end": null,
          "cdna_length": 14736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10871G>C",
          "hgvs_p": "p.Arg3624Pro",
          "transcript": "ENST00000354958.6",
          "protein_id": "ENSP00000347044.2",
          "transcript_support_level": 1,
          "aa_start": 3624,
          "aa_end": null,
          "aa_length": 4525,
          "cds_start": 10871,
          "cds_end": null,
          "cds_length": 13578,
          "cdna_start": 11020,
          "cdna_end": null,
          "cdna_length": 14751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10841G>C",
          "hgvs_p": "p.Arg3614Pro",
          "transcript": "ENST00000398774.6",
          "protein_id": "ENSP00000381756.2",
          "transcript_support_level": 1,
          "aa_start": 3614,
          "aa_end": null,
          "aa_length": 4515,
          "cds_start": 10841,
          "cds_end": null,
          "cds_length": 13548,
          "cdna_start": 10915,
          "cdna_end": null,
          "cdna_length": 14646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11348G>C",
          "hgvs_p": "p.Arg3783Pro",
          "transcript": "NM_201380.4",
          "protein_id": "NP_958782.1",
          "transcript_support_level": null,
          "aa_start": 3783,
          "aa_end": null,
          "aa_length": 4684,
          "cds_start": 11348,
          "cds_end": null,
          "cds_length": 14055,
          "cdna_start": 11568,
          "cdna_end": null,
          "cdna_length": 15299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11069G>C",
          "hgvs_p": "p.Arg3690Pro",
          "transcript": "ENST00000528025.6",
          "protein_id": "ENSP00000437303.2",
          "transcript_support_level": 5,
          "aa_start": 3690,
          "aa_end": null,
          "aa_length": 4591,
          "cds_start": 11069,
          "cds_end": null,
          "cds_length": 13776,
          "cdna_start": 11075,
          "cdna_end": null,
          "cdna_length": 13782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11018G>C",
          "hgvs_p": "p.Arg3673Pro",
          "transcript": "NM_000445.5",
          "protein_id": "NP_000436.2",
          "transcript_support_level": null,
          "aa_start": 3673,
          "aa_end": null,
          "aa_length": 4574,
          "cds_start": 11018,
          "cds_end": null,
          "cds_length": 13725,
          "cdna_start": 11067,
          "cdna_end": null,
          "cdna_length": 14798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11006G>C",
          "hgvs_p": "p.Arg3669Pro",
          "transcript": "ENST00000527096.5",
          "protein_id": "ENSP00000434583.1",
          "transcript_support_level": 5,
          "aa_start": 3669,
          "aa_end": null,
          "aa_length": 4570,
          "cds_start": 11006,
          "cds_end": null,
          "cds_length": 13713,
          "cdna_start": 11006,
          "cdna_end": null,
          "cdna_length": 13713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10988G>C",
          "hgvs_p": "p.Arg3663Pro",
          "transcript": "ENST00000685198.1",
          "protein_id": "ENSP00000510528.1",
          "transcript_support_level": null,
          "aa_start": 3663,
          "aa_end": null,
          "aa_length": 4564,
          "cds_start": 10988,
          "cds_end": null,
          "cds_length": 13695,
          "cdna_start": 11030,
          "cdna_end": null,
          "cdna_length": 13737,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10949G>C",
          "hgvs_p": "p.Arg3650Pro",
          "transcript": "NM_201383.3",
          "protein_id": "NP_958785.1",
          "transcript_support_level": null,
          "aa_start": 3650,
          "aa_end": null,
          "aa_length": 4551,
          "cds_start": 10949,
          "cds_end": null,
          "cds_length": 13656,
          "cdna_start": 11058,
          "cdna_end": null,
          "cdna_length": 14789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10937G>C",
          "hgvs_p": "p.Arg3646Pro",
          "transcript": "NM_201382.4",
          "protein_id": "NP_958784.1",
          "transcript_support_level": null,
          "aa_start": 3646,
          "aa_end": null,
          "aa_length": 4547,
          "cds_start": 10937,
          "cds_end": null,
          "cds_length": 13644,
          "cdna_start": 11032,
          "cdna_end": null,
          "cdna_length": 14763,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10871G>C",
          "hgvs_p": "p.Arg3624Pro",
          "transcript": "NM_201379.3",
          "protein_id": "NP_958781.1",
          "transcript_support_level": null,
          "aa_start": 3624,
          "aa_end": null,
          "aa_length": 4525,
          "cds_start": 10871,
          "cds_end": null,
          "cds_length": 13578,
          "cdna_start": 10934,
          "cdna_end": null,
          "cdna_length": 14665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10868G>C",
          "hgvs_p": "p.Arg3623Pro",
          "transcript": "ENST00000693060.1",
          "protein_id": "ENSP00000510329.1",
          "transcript_support_level": null,
          "aa_start": 3623,
          "aa_end": null,
          "aa_length": 4524,
          "cds_start": 10868,
          "cds_end": null,
          "cds_length": 13575,
          "cdna_start": 10881,
          "cdna_end": null,
          "cdna_length": 13588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10841G>C",
          "hgvs_p": "p.Arg3614Pro",
          "transcript": "NM_201381.3",
          "protein_id": "NP_958783.1",
          "transcript_support_level": null,
          "aa_start": 3614,
          "aa_end": null,
          "aa_length": 4515,
          "cds_start": 10841,
          "cds_end": null,
          "cds_length": 13548,
          "cdna_start": 10948,
          "cdna_end": null,
          "cdna_length": 14679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10655G>C",
          "hgvs_p": "p.Arg3552Pro",
          "transcript": "ENST00000687971.1",
          "protein_id": "ENSP00000510788.1",
          "transcript_support_level": null,
          "aa_start": 3552,
          "aa_end": null,
          "aa_length": 4453,
          "cds_start": 10655,
          "cds_end": null,
          "cds_length": 13362,
          "cdna_start": 10988,
          "cdna_end": null,
          "cdna_length": 13695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7637G>C",
          "hgvs_p": "p.Arg2546Pro",
          "transcript": "NM_001410941.1",
          "protein_id": "NP_001397870.1",
          "transcript_support_level": null,
          "aa_start": 2546,
          "aa_end": null,
          "aa_length": 3447,
          "cds_start": 7637,
          "cds_end": null,
          "cds_length": 10344,
          "cdna_start": 7686,
          "cdna_end": null,
          "cdna_length": 11417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7637G>C",
          "hgvs_p": "p.Arg2546Pro",
          "transcript": "ENST00000527303.2",
          "protein_id": "ENSP00000433982.2",
          "transcript_support_level": 3,
          "aa_start": 2546,
          "aa_end": null,
          "aa_length": 3447,
          "cds_start": 7637,
          "cds_end": null,
          "cds_length": 10344,
          "cdna_start": 7675,
          "cdna_end": null,
          "cdna_length": 11406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11363G>C",
          "hgvs_p": "p.Arg3788Pro",
          "transcript": "XM_005250976.5",
          "protein_id": "XP_005251033.1",
          "transcript_support_level": null,
          "aa_start": 3788,
          "aa_end": null,
          "aa_length": 4689,
          "cds_start": 11363,
          "cds_end": null,
          "cds_length": 14070,
          "cdna_start": 11583,
          "cdna_end": null,
          "cdna_length": 15314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11336G>C",
          "hgvs_p": "p.Arg3779Pro",
          "transcript": "XM_047421870.1",
          "protein_id": "XP_047277826.1",
          "transcript_support_level": null,
          "aa_start": 3779,
          "aa_end": null,
          "aa_length": 4680,
          "cds_start": 11336,
          "cds_end": null,
          "cds_length": 14043,
          "cdna_start": 11556,
          "cdna_end": null,
          "cdna_length": 15287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 34,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11033G>C",
          "hgvs_p": "p.Arg3678Pro",
          "transcript": "XM_006716588.4",
          "protein_id": "XP_006716651.1",
          "transcript_support_level": null,
          "aa_start": 3678,
          "aa_end": null,
          "aa_length": 4579,
          "cds_start": 11033,
          "cds_end": null,
          "cds_length": 13740,
          "cdna_start": 11082,
          "cdna_end": null,
          "cdna_length": 14813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.11006G>C",
          "hgvs_p": "p.Arg3669Pro",
          "transcript": "XM_047421872.1",
          "protein_id": "XP_047277828.1",
          "transcript_support_level": null,
          "aa_start": 3669,
          "aa_end": null,
          "aa_length": 4570,
          "cds_start": 11006,
          "cds_end": null,
          "cds_length": 13713,
          "cdna_start": 11055,
          "cdna_end": null,
          "cdna_length": 14786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10964G>C",
          "hgvs_p": "p.Arg3655Pro",
          "transcript": "XM_005250978.4",
          "protein_id": "XP_005251035.1",
          "transcript_support_level": null,
          "aa_start": 3655,
          "aa_end": null,
          "aa_length": 4556,
          "cds_start": 10964,
          "cds_end": null,
          "cds_length": 13671,
          "cdna_start": 11073,
          "cdna_end": null,
          "cdna_length": 14804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10952G>C",
          "hgvs_p": "p.Arg3651Pro",
          "transcript": "XM_005250979.5",
          "protein_id": "XP_005251036.1",
          "transcript_support_level": null,
          "aa_start": 3651,
          "aa_end": null,
          "aa_length": 4552,
          "cds_start": 10952,
          "cds_end": null,
          "cds_length": 13659,
          "cdna_start": 11047,
          "cdna_end": null,
          "cdna_length": 14778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10952G>C",
          "hgvs_p": "p.Arg3651Pro",
          "transcript": "XM_005250980.5",
          "protein_id": "XP_005251037.1",
          "transcript_support_level": null,
          "aa_start": 3651,
          "aa_end": null,
          "aa_length": 4552,
          "cds_start": 10952,
          "cds_end": null,
          "cds_length": 13659,
          "cdna_start": 11088,
          "cdna_end": null,
          "cdna_length": 14819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10952G>C",
          "hgvs_p": "p.Arg3651Pro",
          "transcript": "XM_011517130.3",
          "protein_id": "XP_011515432.1",
          "transcript_support_level": null,
          "aa_start": 3651,
          "aa_end": null,
          "aa_length": 4552,
          "cds_start": 10952,
          "cds_end": null,
          "cds_length": 13659,
          "cdna_start": 11061,
          "cdna_end": null,
          "cdna_length": 14792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10937G>C",
          "hgvs_p": "p.Arg3646Pro",
          "transcript": "XM_047421869.1",
          "protein_id": "XP_047277825.1",
          "transcript_support_level": null,
          "aa_start": 3646,
          "aa_end": null,
          "aa_length": 4547,
          "cds_start": 10937,
          "cds_end": null,
          "cds_length": 13644,
          "cdna_start": 11046,
          "cdna_end": null,
          "cdna_length": 14777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10925G>C",
          "hgvs_p": "p.Arg3642Pro",
          "transcript": "XM_047421873.1",
          "protein_id": "XP_047277829.1",
          "transcript_support_level": null,
          "aa_start": 3642,
          "aa_end": null,
          "aa_length": 4543,
          "cds_start": 10925,
          "cds_end": null,
          "cds_length": 13632,
          "cdna_start": 11061,
          "cdna_end": null,
          "cdna_length": 14792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10925G>C",
          "hgvs_p": "p.Arg3642Pro",
          "transcript": "XM_047421874.1",
          "protein_id": "XP_047277830.1",
          "transcript_support_level": null,
          "aa_start": 3642,
          "aa_end": null,
          "aa_length": 4543,
          "cds_start": 10925,
          "cds_end": null,
          "cds_length": 13632,
          "cdna_start": 11020,
          "cdna_end": null,
          "cdna_length": 14751,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10910G>C",
          "hgvs_p": "p.Arg3637Pro",
          "transcript": "XM_005250981.4",
          "protein_id": "XP_005251038.1",
          "transcript_support_level": null,
          "aa_start": 3637,
          "aa_end": null,
          "aa_length": 4538,
          "cds_start": 10910,
          "cds_end": null,
          "cds_length": 13617,
          "cdna_start": 10967,
          "cdna_end": null,
          "cdna_length": 14698,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10886G>C",
          "hgvs_p": "p.Arg3629Pro",
          "transcript": "XM_005250982.5",
          "protein_id": "XP_005251039.1",
          "transcript_support_level": null,
          "aa_start": 3629,
          "aa_end": null,
          "aa_length": 4530,
          "cds_start": 10886,
          "cds_end": null,
          "cds_length": 13593,
          "cdna_start": 10949,
          "cdna_end": null,
          "cdna_length": 14680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10883G>C",
          "hgvs_p": "p.Arg3628Pro",
          "transcript": "XM_006716589.3",
          "protein_id": "XP_006716652.1",
          "transcript_support_level": null,
          "aa_start": 3628,
          "aa_end": null,
          "aa_length": 4529,
          "cds_start": 10883,
          "cds_end": null,
          "cds_length": 13590,
          "cdna_start": 10931,
          "cdna_end": null,
          "cdna_length": 14662,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10883G>C",
          "hgvs_p": "p.Arg3628Pro",
          "transcript": "XM_006716590.4",
          "protein_id": "XP_006716653.1",
          "transcript_support_level": null,
          "aa_start": 3628,
          "aa_end": null,
          "aa_length": 4529,
          "cds_start": 10883,
          "cds_end": null,
          "cds_length": 13590,
          "cdna_start": 10949,
          "cdna_end": null,
          "cdna_length": 14680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10883G>C",
          "hgvs_p": "p.Arg3628Pro",
          "transcript": "XM_047421875.1",
          "protein_id": "XP_047277831.1",
          "transcript_support_level": null,
          "aa_start": 3628,
          "aa_end": null,
          "aa_length": 4529,
          "cds_start": 10883,
          "cds_end": null,
          "cds_length": 13590,
          "cdna_start": 10940,
          "cdna_end": null,
          "cdna_length": 14671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10868G>C",
          "hgvs_p": "p.Arg3623Pro",
          "transcript": "XM_005250983.3",
          "protein_id": "XP_005251040.1",
          "transcript_support_level": null,
          "aa_start": 3623,
          "aa_end": null,
          "aa_length": 4524,
          "cds_start": 10868,
          "cds_end": null,
          "cds_length": 13575,
          "cdna_start": 10916,
          "cdna_end": null,
          "cdna_length": 14647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10868G>C",
          "hgvs_p": "p.Arg3623Pro",
          "transcript": "XM_011517131.3",
          "protein_id": "XP_011515433.1",
          "transcript_support_level": null,
          "aa_start": 3623,
          "aa_end": null,
          "aa_length": 4524,
          "cds_start": 10868,
          "cds_end": null,
          "cds_length": 13575,
          "cdna_start": 10934,
          "cdna_end": null,
          "cdna_length": 14665,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10859G>C",
          "hgvs_p": "p.Arg3620Pro",
          "transcript": "XM_047421877.1",
          "protein_id": "XP_047277833.1",
          "transcript_support_level": null,
          "aa_start": 3620,
          "aa_end": null,
          "aa_length": 4521,
          "cds_start": 10859,
          "cds_end": null,
          "cds_length": 13566,
          "cdna_start": 10922,
          "cdna_end": null,
          "cdna_length": 14653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10856G>C",
          "hgvs_p": "p.Arg3619Pro",
          "transcript": "XM_005250984.6",
          "protein_id": "XP_005251041.1",
          "transcript_support_level": null,
          "aa_start": 3619,
          "aa_end": null,
          "aa_length": 4520,
          "cds_start": 10856,
          "cds_end": null,
          "cds_length": 13563,
          "cdna_start": 10963,
          "cdna_end": null,
          "cdna_length": 14694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10856G>C",
          "hgvs_p": "p.Arg3619Pro",
          "transcript": "XM_047421878.1",
          "protein_id": "XP_047277834.1",
          "transcript_support_level": null,
          "aa_start": 3619,
          "aa_end": null,
          "aa_length": 4520,
          "cds_start": 10856,
          "cds_end": null,
          "cds_length": 13563,
          "cdna_start": 10904,
          "cdna_end": null,
          "cdna_length": 14635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 30,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.10655G>C",
          "hgvs_p": "p.Arg3552Pro",
          "transcript": "XM_047421879.1",
          "protein_id": "XP_047277835.1",
          "transcript_support_level": null,
          "aa_start": 3552,
          "aa_end": null,
          "aa_length": 4453,
          "cds_start": 10655,
          "cds_end": null,
          "cds_length": 13362,
          "cdna_start": 11150,
          "cdna_end": null,
          "cdna_length": 14881,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7967G>C",
          "hgvs_p": "p.Arg2656Pro",
          "transcript": "XM_047421882.1",
          "protein_id": "XP_047277838.1",
          "transcript_support_level": null,
          "aa_start": 2656,
          "aa_end": null,
          "aa_length": 3557,
          "cds_start": 7967,
          "cds_end": null,
          "cds_length": 10674,
          "cdna_start": 8187,
          "cdna_end": null,
          "cdna_length": 11918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7955G>C",
          "hgvs_p": "p.Arg2652Pro",
          "transcript": "XM_047421884.1",
          "protein_id": "XP_047277840.1",
          "transcript_support_level": null,
          "aa_start": 2652,
          "aa_end": null,
          "aa_length": 3553,
          "cds_start": 7955,
          "cds_end": null,
          "cds_length": 10662,
          "cdna_start": 8175,
          "cdna_end": null,
          "cdna_length": 11906,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7583G>C",
          "hgvs_p": "p.Arg2528Pro",
          "transcript": "XM_011517132.3",
          "protein_id": "XP_011515434.1",
          "transcript_support_level": null,
          "aa_start": 2528,
          "aa_end": null,
          "aa_length": 3429,
          "cds_start": 7583,
          "cds_end": null,
          "cds_length": 10290,
          "cdna_start": 7692,
          "cdna_end": null,
          "cdna_length": 11423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7571G>C",
          "hgvs_p": "p.Arg2524Pro",
          "transcript": "XM_047421880.1",
          "protein_id": "XP_047277836.1",
          "transcript_support_level": null,
          "aa_start": 2524,
          "aa_end": null,
          "aa_length": 3425,
          "cds_start": 7571,
          "cds_end": null,
          "cds_length": 10278,
          "cdna_start": 7680,
          "cdna_end": null,
          "cdna_length": 11411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7556G>C",
          "hgvs_p": "p.Arg2519Pro",
          "transcript": "XM_047421881.1",
          "protein_id": "XP_047277837.1",
          "transcript_support_level": null,
          "aa_start": 2519,
          "aa_end": null,
          "aa_length": 3420,
          "cds_start": 7556,
          "cds_end": null,
          "cds_length": 10263,
          "cdna_start": 7665,
          "cdna_end": null,
          "cdna_length": 11396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7556G>C",
          "hgvs_p": "p.Arg2519Pro",
          "transcript": "XM_047421886.1",
          "protein_id": "XP_047277842.1",
          "transcript_support_level": null,
          "aa_start": 2519,
          "aa_end": null,
          "aa_length": 3420,
          "cds_start": 7556,
          "cds_end": null,
          "cds_length": 10263,
          "cdna_start": 7692,
          "cdna_end": null,
          "cdna_length": 11423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7544G>C",
          "hgvs_p": "p.Arg2515Pro",
          "transcript": "XM_047421887.1",
          "protein_id": "XP_047277843.1",
          "transcript_support_level": null,
          "aa_start": 2515,
          "aa_end": null,
          "aa_length": 3416,
          "cds_start": 7544,
          "cds_end": null,
          "cds_length": 10251,
          "cdna_start": 7680,
          "cdna_end": null,
          "cdna_length": 11411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7544G>C",
          "hgvs_p": "p.Arg2515Pro",
          "transcript": "XM_047421888.1",
          "protein_id": "XP_047277844.1",
          "transcript_support_level": null,
          "aa_start": 2515,
          "aa_end": null,
          "aa_length": 3416,
          "cds_start": 7544,
          "cds_end": null,
          "cds_length": 10251,
          "cdna_start": 7639,
          "cdna_end": null,
          "cdna_length": 11370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7514G>C",
          "hgvs_p": "p.Arg2505Pro",
          "transcript": "XM_047421889.1",
          "protein_id": "XP_047277845.1",
          "transcript_support_level": null,
          "aa_start": 2505,
          "aa_end": null,
          "aa_length": 3406,
          "cds_start": 7514,
          "cds_end": null,
          "cds_length": 10221,
          "cdna_start": 7571,
          "cdna_end": null,
          "cdna_length": 11302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7502G>C",
          "hgvs_p": "p.Arg2501Pro",
          "transcript": "XM_047421890.1",
          "protein_id": "XP_047277846.1",
          "transcript_support_level": null,
          "aa_start": 2501,
          "aa_end": null,
          "aa_length": 3402,
          "cds_start": 7502,
          "cds_end": null,
          "cds_length": 10209,
          "cdna_start": 7559,
          "cdna_end": null,
          "cdna_length": 11290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7490G>C",
          "hgvs_p": "p.Arg2497Pro",
          "transcript": "XM_047421891.1",
          "protein_id": "XP_047277847.1",
          "transcript_support_level": null,
          "aa_start": 2497,
          "aa_end": null,
          "aa_length": 3398,
          "cds_start": 7490,
          "cds_end": null,
          "cds_length": 10197,
          "cdna_start": 7553,
          "cdna_end": null,
          "cdna_length": 11284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7487G>C",
          "hgvs_p": "p.Arg2496Pro",
          "transcript": "XM_047421892.1",
          "protein_id": "XP_047277848.1",
          "transcript_support_level": null,
          "aa_start": 2496,
          "aa_end": null,
          "aa_length": 3397,
          "cds_start": 7487,
          "cds_end": null,
          "cds_length": 10194,
          "cdna_start": 7535,
          "cdna_end": null,
          "cdna_length": 11266,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7478G>C",
          "hgvs_p": "p.Arg2493Pro",
          "transcript": "XM_047421893.1",
          "protein_id": "XP_047277849.1",
          "transcript_support_level": null,
          "aa_start": 2493,
          "aa_end": null,
          "aa_length": 3394,
          "cds_start": 7478,
          "cds_end": null,
          "cds_length": 10185,
          "cdna_start": 7541,
          "cdna_end": null,
          "cdna_length": 11272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PLEC",
          "gene_hgnc_id": 9069,
          "hgvs_c": "c.7475G>C",
          "hgvs_p": "p.Arg2492Pro",
          "transcript": "XM_047421895.1",
          "protein_id": "XP_047277851.1",
          "transcript_support_level": null,
          "aa_start": 2492,
          "aa_end": null,
          "aa_length": 3393,
          "cds_start": 7475,
          "cds_end": null,
          "cds_length": 10182,
          "cdna_start": 7523,
          "cdna_end": null,
          "cdna_length": 11254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PLEC",
      "gene_hgnc_id": 9069,
      "dbsnp": "rs562181035",
      "frequency_reference_population": 0.0000013699118,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136991,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7171963453292847,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.404,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.2872,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.08,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 4.396,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000345136.8",
          "gene_symbol": "PLEC",
          "hgnc_id": 9069,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.10937G>C",
          "hgvs_p": "p.Arg3646Pro"
        }
      ],
      "clinvar_disease": " Ogna type, with muscular dystrophy, with pyloric atresia,Autosomal recessive limb-girdle muscular dystrophy type 2Q,Epidermolysis bullosa simplex,Epidermolysis bullosa simplex 5B,Epidermolysis bullosa simplex 5C,Epidermolysis bullosa simplex with nail dystrophy",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Epidermolysis bullosa simplex 5C, with pyloric atresia;Epidermolysis bullosa simplex 5B, with muscular dystrophy;Autosomal recessive limb-girdle muscular dystrophy type 2Q;Epidermolysis bullosa simplex, Ogna type;Epidermolysis bullosa simplex with nail dystrophy",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}