← 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-143920103-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "PLEC",
          "hgnc_id": 9069,
          "hgvs_c": "c.10129G>A",
          "hgvs_p": "p.Glu3377Lys",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "NM_201380.4",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_score": -20,
      "allele_count_reference_population": 739,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.15,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.15,
      "chr": "8",
      "clinvar_classification": "Likely benign",
      "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,PLEC-related disorder,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:4",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.009626030921936035,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4547,
          "aa_ref": "E",
          "aa_start": 3240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14804,
          "cdna_start": 9854,
          "cds_end": null,
          "cds_length": 13644,
          "cds_start": 9718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_201384.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9718G>A",
          "hgvs_p": "p.Glu3240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000345136.8",
          "protein_coding": true,
          "protein_id": "NP_958786.1",
          "strand": false,
          "transcript": "NM_201384.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4547,
          "aa_ref": "E",
          "aa_start": 3240,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 14804,
          "cdna_start": 9854,
          "cds_end": null,
          "cds_length": 13644,
          "cds_start": 9718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000345136.8",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9718G>A",
          "hgvs_p": "p.Glu3240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_201384.3",
          "protein_coding": true,
          "protein_id": "ENSP00000344848.3",
          "strand": false,
          "transcript": "ENST00000345136.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4533,
          "aa_ref": "E",
          "aa_start": 3226,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14683,
          "cdna_start": 9733,
          "cds_end": null,
          "cds_length": 13602,
          "cds_start": 9676,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_201378.4",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9676G>A",
          "hgvs_p": "p.Glu3226Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": "ENST00000356346.7",
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958780.1",
          "strand": false,
          "transcript": "NM_201378.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4533,
          "aa_ref": "E",
          "aa_start": 3226,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14683,
          "cdna_start": 9733,
          "cds_end": null,
          "cds_length": 13602,
          "cds_start": 9676,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000356346.7",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9676G>A",
          "hgvs_p": "p.Glu3226Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": "NM_201378.4",
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000348702.3",
          "strand": false,
          "transcript": "ENST00000356346.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4684,
          "aa_ref": "E",
          "aa_start": 3377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15249,
          "cdna_start": 10299,
          "cds_end": null,
          "cds_length": 14055,
          "cds_start": 10129,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000322810.8",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.10129G>A",
          "hgvs_p": "p.Glu3377Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000323856.4",
          "strand": false,
          "transcript": "ENST00000322810.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4574,
          "aa_ref": "E",
          "aa_start": 3267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14787,
          "cdna_start": 9837,
          "cds_end": null,
          "cds_length": 13725,
          "cds_start": 9799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "ENST00000436759.6",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9799G>A",
          "hgvs_p": "p.Glu3267Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388180.2",
          "strand": false,
          "transcript": "ENST00000436759.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4551,
          "aa_ref": "E",
          "aa_start": 3244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14689,
          "cdna_start": 9739,
          "cds_end": null,
          "cds_length": 13656,
          "cds_start": 9730,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000357649.6",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9730G>A",
          "hgvs_p": "p.Glu3244Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000350277.2",
          "strand": false,
          "transcript": "ENST00000357649.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4547,
          "aa_ref": "E",
          "aa_start": 3240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14736,
          "cdna_start": 9786,
          "cds_end": null,
          "cds_length": 13644,
          "cds_start": 9718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000354589.7",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9718G>A",
          "hgvs_p": "p.Glu3240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000346602.3",
          "strand": false,
          "transcript": "ENST00000354589.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4525,
          "aa_ref": "E",
          "aa_start": 3218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14751,
          "cdna_start": 9801,
          "cds_end": null,
          "cds_length": 13578,
          "cds_start": 9652,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000354958.6",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9652G>A",
          "hgvs_p": "p.Glu3218Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000347044.2",
          "strand": false,
          "transcript": "ENST00000354958.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4515,
          "aa_ref": "E",
          "aa_start": 3208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14646,
          "cdna_start": 9696,
          "cds_end": null,
          "cds_length": 13548,
          "cds_start": 9622,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000398774.6",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9622G>A",
          "hgvs_p": "p.Glu3208Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000381756.2",
          "strand": false,
          "transcript": "ENST00000398774.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4684,
          "aa_ref": "E",
          "aa_start": 3377,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15299,
          "cdna_start": 10349,
          "cds_end": null,
          "cds_length": 14055,
          "cds_start": 10129,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_201380.4",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.10129G>A",
          "hgvs_p": "p.Glu3377Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958782.1",
          "strand": false,
          "transcript": "NM_201380.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4591,
          "aa_ref": "E",
          "aa_start": 3284,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13782,
          "cdna_start": 9856,
          "cds_end": null,
          "cds_length": 13776,
          "cds_start": 9850,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "ENST00000528025.6",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9850G>A",
          "hgvs_p": "p.Glu3284Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000437303.2",
          "strand": false,
          "transcript": "ENST00000528025.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4574,
          "aa_ref": "E",
          "aa_start": 3267,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14798,
          "cdna_start": 9848,
          "cds_end": null,
          "cds_length": 13725,
          "cds_start": 9799,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "NM_000445.5",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9799G>A",
          "hgvs_p": "p.Glu3267Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_000436.2",
          "strand": false,
          "transcript": "NM_000445.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4570,
          "aa_ref": "E",
          "aa_start": 3263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13713,
          "cdna_start": 9787,
          "cds_end": null,
          "cds_length": 13713,
          "cds_start": 9787,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000527096.5",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9787G>A",
          "hgvs_p": "p.Glu3263Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000434583.1",
          "strand": false,
          "transcript": "ENST00000527096.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4564,
          "aa_ref": "E",
          "aa_start": 3257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13737,
          "cdna_start": 9811,
          "cds_end": null,
          "cds_length": 13695,
          "cds_start": 9769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000685198.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9769G>A",
          "hgvs_p": "p.Glu3257Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510528.1",
          "strand": false,
          "transcript": "ENST00000685198.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4551,
          "aa_ref": "E",
          "aa_start": 3244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14789,
          "cdna_start": 9839,
          "cds_end": null,
          "cds_length": 13656,
          "cds_start": 9730,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_201383.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9730G>A",
          "hgvs_p": "p.Glu3244Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958785.1",
          "strand": false,
          "transcript": "NM_201383.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4547,
          "aa_ref": "E",
          "aa_start": 3240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14763,
          "cdna_start": 9813,
          "cds_end": null,
          "cds_length": 13644,
          "cds_start": 9718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_201382.4",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9718G>A",
          "hgvs_p": "p.Glu3240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958784.1",
          "strand": false,
          "transcript": "NM_201382.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4525,
          "aa_ref": "E",
          "aa_start": 3218,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14665,
          "cdna_start": 9715,
          "cds_end": null,
          "cds_length": 13578,
          "cds_start": 9652,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_201379.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9652G>A",
          "hgvs_p": "p.Glu3218Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958781.1",
          "strand": false,
          "transcript": "NM_201379.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4524,
          "aa_ref": "E",
          "aa_start": 3217,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13588,
          "cdna_start": 9662,
          "cds_end": null,
          "cds_length": 13575,
          "cds_start": 9649,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000693060.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9649G>A",
          "hgvs_p": "p.Glu3217Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510329.1",
          "strand": false,
          "transcript": "ENST00000693060.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4515,
          "aa_ref": "E",
          "aa_start": 3208,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14679,
          "cdna_start": 9729,
          "cds_end": null,
          "cds_length": 13548,
          "cds_start": 9622,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_201381.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9622G>A",
          "hgvs_p": "p.Glu3208Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_958783.1",
          "strand": false,
          "transcript": "NM_201381.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4453,
          "aa_ref": "E",
          "aa_start": 3146,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13695,
          "cdna_start": 9769,
          "cds_end": null,
          "cds_length": 13362,
          "cds_start": 9436,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000687971.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9436G>A",
          "hgvs_p": "p.Glu3146Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510788.1",
          "strand": false,
          "transcript": "ENST00000687971.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3447,
          "aa_ref": "E",
          "aa_start": 2140,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11417,
          "cdna_start": 6467,
          "cds_end": null,
          "cds_length": 10344,
          "cds_start": 6418,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "NM_001410941.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6418G>A",
          "hgvs_p": "p.Glu2140Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397870.1",
          "strand": false,
          "transcript": "NM_001410941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3447,
          "aa_ref": "E",
          "aa_start": 2140,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11406,
          "cdna_start": 6456,
          "cds_end": null,
          "cds_length": 10344,
          "cds_start": 6418,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "ENST00000527303.2",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6418G>A",
          "hgvs_p": "p.Glu2140Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433982.2",
          "strand": false,
          "transcript": "ENST00000527303.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3416,
          "aa_ref": "E",
          "aa_start": 2109,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11379,
          "cdna_start": 6428,
          "cds_end": null,
          "cds_length": 10251,
          "cds_start": 6325,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "ENST00000915284.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6325G>A",
          "hgvs_p": "p.Glu2109Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585343.1",
          "strand": false,
          "transcript": "ENST00000915284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4689,
          "aa_ref": "E",
          "aa_start": 3382,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15314,
          "cdna_start": 10364,
          "cds_end": null,
          "cds_length": 14070,
          "cds_start": 10144,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_005250976.5",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.10144G>A",
          "hgvs_p": "p.Glu3382Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251033.1",
          "strand": false,
          "transcript": "XM_005250976.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4680,
          "aa_ref": "E",
          "aa_start": 3373,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 15287,
          "cdna_start": 10337,
          "cds_end": null,
          "cds_length": 14043,
          "cds_start": 10117,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421870.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.10117G>A",
          "hgvs_p": "p.Glu3373Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277826.1",
          "strand": false,
          "transcript": "XM_047421870.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4579,
          "aa_ref": "E",
          "aa_start": 3272,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14813,
          "cdna_start": 9863,
          "cds_end": null,
          "cds_length": 13740,
          "cds_start": 9814,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 34,
          "exon_rank": 34,
          "exon_rank_end": null,
          "feature": "XM_006716588.4",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9814G>A",
          "hgvs_p": "p.Glu3272Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006716651.1",
          "strand": false,
          "transcript": "XM_006716588.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4570,
          "aa_ref": "E",
          "aa_start": 3263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14786,
          "cdna_start": 9836,
          "cds_end": null,
          "cds_length": 13713,
          "cds_start": 9787,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_047421872.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9787G>A",
          "hgvs_p": "p.Glu3263Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277828.1",
          "strand": false,
          "transcript": "XM_047421872.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4556,
          "aa_ref": "E",
          "aa_start": 3249,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14804,
          "cdna_start": 9854,
          "cds_end": null,
          "cds_length": 13671,
          "cds_start": 9745,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_005250978.4",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9745G>A",
          "hgvs_p": "p.Glu3249Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251035.1",
          "strand": false,
          "transcript": "XM_005250978.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4552,
          "aa_ref": "E",
          "aa_start": 3245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14778,
          "cdna_start": 9828,
          "cds_end": null,
          "cds_length": 13659,
          "cds_start": 9733,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_005250979.5",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9733G>A",
          "hgvs_p": "p.Glu3245Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251036.1",
          "strand": false,
          "transcript": "XM_005250979.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4552,
          "aa_ref": "E",
          "aa_start": 3245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14819,
          "cdna_start": 9869,
          "cds_end": null,
          "cds_length": 13659,
          "cds_start": 9733,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_005250980.5",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9733G>A",
          "hgvs_p": "p.Glu3245Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251037.1",
          "strand": false,
          "transcript": "XM_005250980.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4552,
          "aa_ref": "E",
          "aa_start": 3245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14792,
          "cdna_start": 9842,
          "cds_end": null,
          "cds_length": 13659,
          "cds_start": 9733,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_011517130.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9733G>A",
          "hgvs_p": "p.Glu3245Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011515432.1",
          "strand": false,
          "transcript": "XM_011517130.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4547,
          "aa_ref": "E",
          "aa_start": 3240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14777,
          "cdna_start": 9827,
          "cds_end": null,
          "cds_length": 13644,
          "cds_start": 9718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421869.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9718G>A",
          "hgvs_p": "p.Glu3240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277825.1",
          "strand": false,
          "transcript": "XM_047421869.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4543,
          "aa_ref": "E",
          "aa_start": 3236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14792,
          "cdna_start": 9842,
          "cds_end": null,
          "cds_length": 13632,
          "cds_start": 9706,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421873.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9706G>A",
          "hgvs_p": "p.Glu3236Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277829.1",
          "strand": false,
          "transcript": "XM_047421873.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4543,
          "aa_ref": "E",
          "aa_start": 3236,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14751,
          "cdna_start": 9801,
          "cds_end": null,
          "cds_length": 13632,
          "cds_start": 9706,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421874.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9706G>A",
          "hgvs_p": "p.Glu3236Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277830.1",
          "strand": false,
          "transcript": "XM_047421874.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4538,
          "aa_ref": "E",
          "aa_start": 3231,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14698,
          "cdna_start": 9748,
          "cds_end": null,
          "cds_length": 13617,
          "cds_start": 9691,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_005250981.4",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9691G>A",
          "hgvs_p": "p.Glu3231Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251038.1",
          "strand": false,
          "transcript": "XM_005250981.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4530,
          "aa_ref": "E",
          "aa_start": 3223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14680,
          "cdna_start": 9730,
          "cds_end": null,
          "cds_length": 13593,
          "cds_start": 9667,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_005250982.5",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9667G>A",
          "hgvs_p": "p.Glu3223Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251039.1",
          "strand": false,
          "transcript": "XM_005250982.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4529,
          "aa_ref": "E",
          "aa_start": 3222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14662,
          "cdna_start": 9712,
          "cds_end": null,
          "cds_length": 13590,
          "cds_start": 9664,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_006716589.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9664G>A",
          "hgvs_p": "p.Glu3222Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006716652.1",
          "strand": false,
          "transcript": "XM_006716589.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4529,
          "aa_ref": "E",
          "aa_start": 3222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14680,
          "cdna_start": 9730,
          "cds_end": null,
          "cds_length": 13590,
          "cds_start": 9664,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_006716590.4",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9664G>A",
          "hgvs_p": "p.Glu3222Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006716653.1",
          "strand": false,
          "transcript": "XM_006716590.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4529,
          "aa_ref": "E",
          "aa_start": 3222,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14671,
          "cdna_start": 9721,
          "cds_end": null,
          "cds_length": 13590,
          "cds_start": 9664,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421875.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9664G>A",
          "hgvs_p": "p.Glu3222Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277831.1",
          "strand": false,
          "transcript": "XM_047421875.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4524,
          "aa_ref": "E",
          "aa_start": 3217,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14647,
          "cdna_start": 9697,
          "cds_end": null,
          "cds_length": 13575,
          "cds_start": 9649,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_005250983.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9649G>A",
          "hgvs_p": "p.Glu3217Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251040.1",
          "strand": false,
          "transcript": "XM_005250983.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4524,
          "aa_ref": "E",
          "aa_start": 3217,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14665,
          "cdna_start": 9715,
          "cds_end": null,
          "cds_length": 13575,
          "cds_start": 9649,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_011517131.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9649G>A",
          "hgvs_p": "p.Glu3217Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011515433.1",
          "strand": false,
          "transcript": "XM_011517131.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4521,
          "aa_ref": "E",
          "aa_start": 3214,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14653,
          "cdna_start": 9703,
          "cds_end": null,
          "cds_length": 13566,
          "cds_start": 9640,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421877.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9640G>A",
          "hgvs_p": "p.Glu3214Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277833.1",
          "strand": false,
          "transcript": "XM_047421877.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4520,
          "aa_ref": "E",
          "aa_start": 3213,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14694,
          "cdna_start": 9744,
          "cds_end": null,
          "cds_length": 13563,
          "cds_start": 9637,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 33,
          "exon_rank_end": null,
          "feature": "XM_005250984.6",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9637G>A",
          "hgvs_p": "p.Glu3213Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005251041.1",
          "strand": false,
          "transcript": "XM_005250984.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4520,
          "aa_ref": "E",
          "aa_start": 3213,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14635,
          "cdna_start": 9685,
          "cds_end": null,
          "cds_length": 13563,
          "cds_start": 9637,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421878.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9637G>A",
          "hgvs_p": "p.Glu3213Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277834.1",
          "strand": false,
          "transcript": "XM_047421878.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 4453,
          "aa_ref": "E",
          "aa_start": 3146,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14881,
          "cdna_start": 9931,
          "cds_end": null,
          "cds_length": 13362,
          "cds_start": 9436,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "XM_047421879.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.9436G>A",
          "hgvs_p": "p.Glu3146Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277835.1",
          "strand": false,
          "transcript": "XM_047421879.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3557,
          "aa_ref": "E",
          "aa_start": 2250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11918,
          "cdna_start": 6968,
          "cds_end": null,
          "cds_length": 10674,
          "cds_start": 6748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421882.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6748G>A",
          "hgvs_p": "p.Glu2250Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277838.1",
          "strand": false,
          "transcript": "XM_047421882.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3553,
          "aa_ref": "E",
          "aa_start": 2246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11906,
          "cdna_start": 6956,
          "cds_end": null,
          "cds_length": 10662,
          "cds_start": 6736,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421884.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6736G>A",
          "hgvs_p": "p.Glu2246Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277840.1",
          "strand": false,
          "transcript": "XM_047421884.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3429,
          "aa_ref": "E",
          "aa_start": 2122,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11423,
          "cdna_start": 6473,
          "cds_end": null,
          "cds_length": 10290,
          "cds_start": 6364,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_011517132.3",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6364G>A",
          "hgvs_p": "p.Glu2122Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011515434.1",
          "strand": false,
          "transcript": "XM_011517132.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3425,
          "aa_ref": "E",
          "aa_start": 2118,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11411,
          "cdna_start": 6461,
          "cds_end": null,
          "cds_length": 10278,
          "cds_start": 6352,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 32,
          "exon_rank_end": null,
          "feature": "XM_047421880.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6352G>A",
          "hgvs_p": "p.Glu2118Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277836.1",
          "strand": false,
          "transcript": "XM_047421880.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3420,
          "aa_ref": "E",
          "aa_start": 2113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11396,
          "cdna_start": 6446,
          "cds_end": null,
          "cds_length": 10263,
          "cds_start": 6337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421881.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6337G>A",
          "hgvs_p": "p.Glu2113Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277837.1",
          "strand": false,
          "transcript": "XM_047421881.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3420,
          "aa_ref": "E",
          "aa_start": 2113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11423,
          "cdna_start": 6473,
          "cds_end": null,
          "cds_length": 10263,
          "cds_start": 6337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421886.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6337G>A",
          "hgvs_p": "p.Glu2113Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277842.1",
          "strand": false,
          "transcript": "XM_047421886.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3416,
          "aa_ref": "E",
          "aa_start": 2109,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11411,
          "cdna_start": 6461,
          "cds_end": null,
          "cds_length": 10251,
          "cds_start": 6325,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421887.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6325G>A",
          "hgvs_p": "p.Glu2109Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277843.1",
          "strand": false,
          "transcript": "XM_047421887.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3416,
          "aa_ref": "E",
          "aa_start": 2109,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11370,
          "cdna_start": 6420,
          "cds_end": null,
          "cds_length": 10251,
          "cds_start": 6325,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421888.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6325G>A",
          "hgvs_p": "p.Glu2109Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277844.1",
          "strand": false,
          "transcript": "XM_047421888.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3406,
          "aa_ref": "E",
          "aa_start": 2099,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11302,
          "cdna_start": 6352,
          "cds_end": null,
          "cds_length": 10221,
          "cds_start": 6295,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421889.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6295G>A",
          "hgvs_p": "p.Glu2099Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277845.1",
          "strand": false,
          "transcript": "XM_047421889.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3402,
          "aa_ref": "E",
          "aa_start": 2095,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11290,
          "cdna_start": 6340,
          "cds_end": null,
          "cds_length": 10209,
          "cds_start": 6283,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421890.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6283G>A",
          "hgvs_p": "p.Glu2095Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277846.1",
          "strand": false,
          "transcript": "XM_047421890.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3398,
          "aa_ref": "E",
          "aa_start": 2091,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11284,
          "cdna_start": 6334,
          "cds_end": null,
          "cds_length": 10197,
          "cds_start": 6271,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421891.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6271G>A",
          "hgvs_p": "p.Glu2091Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277847.1",
          "strand": false,
          "transcript": "XM_047421891.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3397,
          "aa_ref": "E",
          "aa_start": 2090,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11266,
          "cdna_start": 6316,
          "cds_end": null,
          "cds_length": 10194,
          "cds_start": 6268,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421892.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6268G>A",
          "hgvs_p": "p.Glu2090Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277848.1",
          "strand": false,
          "transcript": "XM_047421892.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3394,
          "aa_ref": "E",
          "aa_start": 2087,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11272,
          "cdna_start": 6322,
          "cds_end": null,
          "cds_length": 10185,
          "cds_start": 6259,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421893.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6259G>A",
          "hgvs_p": "p.Glu2087Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277849.1",
          "strand": false,
          "transcript": "XM_047421893.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 3393,
          "aa_ref": "E",
          "aa_start": 2086,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 11254,
          "cdna_start": 6304,
          "cds_end": null,
          "cds_length": 10182,
          "cds_start": 6256,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_047421895.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.6256G>A",
          "hgvs_p": "p.Glu2086Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047277851.1",
          "strand": false,
          "transcript": "XM_047421895.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 2111,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7559,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 6336,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000915283.1",
          "gene_hgnc_id": 9069,
          "gene_symbol": "PLEC",
          "hgvs_c": "c.4045-1635G>A",
          "hgvs_p": null,
          "intron_rank": 30,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000585342.1",
          "strand": false,
          "transcript": "ENST00000915283.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs75857070",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00045811787,
      "gene_hgnc_id": 9069,
      "gene_symbol": "PLEC",
      "gnomad_exomes_ac": 377,
      "gnomad_exomes_af": 0.000258084,
      "gnomad_exomes_homalt": 6,
      "gnomad_genomes_ac": 362,
      "gnomad_genomes_af": 0.00237595,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 7,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely benign",
      "phenotype_combined": "not specified|not provided|Autosomal recessive limb-girdle muscular dystrophy type 2Q;Epidermolysis bullosa simplex, Ogna type;Epidermolysis bullosa simplex 5B, with muscular dystrophy;Epidermolysis bullosa simplex with nail dystrophy;Epidermolysis bullosa simplex 5C, with pyloric atresia|PLEC-related disorder",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.908,
      "pos": 143920103,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.421,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_201380.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.