← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-188406289-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 188406289,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001375462.1",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375462.1",
          "protein_id": "NP_001362391.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 454,
          "cdna_end": null,
          "cdna_length": 18316,
          "mane_select": "ENST00000617246.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000617246.5",
          "protein_id": "ENSP00000478901.1",
          "transcript_support_level": 1,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 454,
          "cdna_end": null,
          "cdna_length": 18316,
          "mane_select": "NM_001375462.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000618621.5",
          "protein_id": "ENSP00000482617.2",
          "transcript_support_level": 1,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 18277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001167671.3",
          "protein_id": "NP_001161143.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 482,
          "cdna_end": null,
          "cdna_length": 18344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375455.1",
          "protein_id": "NP_001362384.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 644,
          "cdna_end": null,
          "cdna_length": 18506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375456.1",
          "protein_id": "NP_001362385.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 640,
          "cdna_end": null,
          "cdna_length": 18502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375457.1",
          "protein_id": "NP_001362386.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 763,
          "cdna_end": null,
          "cdna_length": 18625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375458.1",
          "protein_id": "NP_001362387.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 425,
          "cdna_end": null,
          "cdna_length": 18287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375459.1",
          "protein_id": "NP_001362388.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 359,
          "cdna_end": null,
          "cdna_length": 18221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375460.1",
          "protein_id": "NP_001362389.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 544,
          "cdna_end": null,
          "cdna_length": 18406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375461.1",
          "protein_id": "NP_001362390.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 488,
          "cdna_end": null,
          "cdna_length": 18350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375463.1",
          "protein_id": "NP_001362392.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 397,
          "cdna_end": null,
          "cdna_length": 18259,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375464.1",
          "protein_id": "NP_001362393.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 516,
          "cdna_end": null,
          "cdna_length": 18378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001375465.1",
          "protein_id": "NP_001362394.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 298,
          "cdna_end": null,
          "cdna_length": 18160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387663.1",
          "protein_id": "NP_001374592.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 18193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387664.1",
          "protein_id": "NP_001374593.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 478,
          "cdna_end": null,
          "cdna_length": 18340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387665.1",
          "protein_id": "NP_001374594.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 601,
          "cdna_end": null,
          "cdna_length": 18463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387666.1",
          "protein_id": "NP_001374595.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 573,
          "cdna_end": null,
          "cdna_length": 18435,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387667.1",
          "protein_id": "NP_001374596.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 701,
          "cdna_end": null,
          "cdna_length": 18563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387668.1",
          "protein_id": "NP_001374597.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 393,
          "cdna_end": null,
          "cdna_length": 18255,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387669.1",
          "protein_id": "NP_001374598.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 421,
          "cdna_end": null,
          "cdna_length": 18283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387670.1",
          "protein_id": "NP_001374599.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 274,
          "cdna_end": null,
          "cdna_length": 18136,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387671.1",
          "protein_id": "NP_001374600.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 421,
          "cdna_end": null,
          "cdna_length": 18283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387672.1",
          "protein_id": "NP_001374601.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 18383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387673.1",
          "protein_id": "NP_001374602.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 302,
          "cdna_end": null,
          "cdna_length": 18164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387674.1",
          "protein_id": "NP_001374603.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 640,
          "cdna_end": null,
          "cdna_length": 18502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_005578.5",
          "protein_id": "NP_005569.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 452,
          "cdna_end": null,
          "cdna_length": 18314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000414139.6",
          "protein_id": "ENSP00000392667.2",
          "transcript_support_level": 4,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 425,
          "cdna_end": null,
          "cdna_length": 18287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000420410.6",
          "protein_id": "ENSP00000405138.2",
          "transcript_support_level": 3,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 369,
          "cdna_end": null,
          "cdna_length": 18231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001167672.3",
          "protein_id": "NP_001161144.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 302,
          "cdna_end": null,
          "cdna_length": 17723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000448637.5",
          "protein_id": "ENSP00000393602.1",
          "transcript_support_level": 5,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": 315,
          "cdna_end": null,
          "cdna_length": 5835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387677.1",
          "protein_id": "NP_001374606.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 397,
          "cdna_end": null,
          "cdna_length": 4439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387678.1",
          "protein_id": "NP_001374607.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 516,
          "cdna_end": null,
          "cdna_length": 4558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387679.1",
          "protein_id": "NP_001374608.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 4373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387680.1",
          "protein_id": "NP_001374609.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 359,
          "cdna_end": null,
          "cdna_length": 4401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387681.1",
          "protein_id": "NP_001374610.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 454,
          "cdna_end": null,
          "cdna_length": 4496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387682.1",
          "protein_id": "NP_001374611.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 386,
          "cdna_end": null,
          "cdna_length": 4428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "NM_001387683.1",
          "protein_id": "NP_001374612.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 302,
          "cdna_end": null,
          "cdna_length": 4344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000710845.1",
          "protein_id": "ENSP00000518525.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 211,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 637,
          "cdna_start": 320,
          "cdna_end": null,
          "cdna_length": 788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000416784.5",
          "protein_id": "ENSP00000410340.1",
          "transcript_support_level": 3,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 150,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 453,
          "cdna_start": 328,
          "cdna_end": null,
          "cdna_length": 612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000426274.6",
          "protein_id": "ENSP00000397017.1",
          "transcript_support_level": 5,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 65,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 199,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000454789.5",
          "protein_id": "ENSP00000394257.1",
          "transcript_support_level": 5,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 64,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 197,
          "cdna_start": 315,
          "cdna_end": null,
          "cdna_length": 343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.361C>T",
          "hgvs_p": "p.Pro121Ser",
          "transcript": "XM_047448097.1",
          "protein_id": "XP_047304053.1",
          "transcript_support_level": null,
          "aa_start": 121,
          "aa_end": null,
          "aa_length": 676,
          "cds_start": 361,
          "cds_end": null,
          "cds_length": 2031,
          "cdna_start": 494,
          "cdna_end": null,
          "cdna_length": 18356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.304C>T",
          "hgvs_p": "p.Pro102Ser",
          "transcript": "XM_047448098.1",
          "protein_id": "XP_047304054.1",
          "transcript_support_level": null,
          "aa_start": 102,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 304,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": 325,
          "cdna_end": null,
          "cdna_length": 18187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.244C>T",
          "hgvs_p": "p.Pro82Ser",
          "transcript": "XM_011512823.3",
          "protein_id": "XP_011511125.1",
          "transcript_support_level": null,
          "aa_start": 82,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 244,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": 500,
          "cdna_end": null,
          "cdna_length": 18362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.238C>T",
          "hgvs_p": "p.Pro80Ser",
          "transcript": "XM_047448099.1",
          "protein_id": "XP_047304055.1",
          "transcript_support_level": null,
          "aa_start": 80,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 238,
          "cds_end": null,
          "cds_length": 1908,
          "cdna_start": 371,
          "cdna_end": null,
          "cdna_length": 18233,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.229C>T",
          "hgvs_p": "p.Pro77Ser",
          "transcript": "XM_047448100.1",
          "protein_id": "XP_047304056.1",
          "transcript_support_level": null,
          "aa_start": 77,
          "aa_end": null,
          "aa_length": 632,
          "cds_start": 229,
          "cds_end": null,
          "cds_length": 1899,
          "cdna_start": 27673,
          "cdna_end": null,
          "cdna_length": 45535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_017006378.2",
          "protein_id": "XP_016861867.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 478,
          "cdna_end": null,
          "cdna_length": 18340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448101.1",
          "protein_id": "XP_047304057.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 601,
          "cdna_end": null,
          "cdna_length": 18463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448102.1",
          "protein_id": "XP_047304058.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 608,
          "cdna_end": null,
          "cdna_length": 18470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448103.1",
          "protein_id": "XP_047304059.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 827,
          "cdna_end": null,
          "cdna_length": 18689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448104.1",
          "protein_id": "XP_047304060.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 580,
          "cdna_end": null,
          "cdna_length": 18442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448105.1",
          "protein_id": "XP_047304061.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 620,
          "cdna_end": null,
          "cdna_length": 18482,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448106.1",
          "protein_id": "XP_047304062.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 538,
          "cdna_end": null,
          "cdna_length": 18400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448107.1",
          "protein_id": "XP_047304063.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 366,
          "cdna_end": null,
          "cdna_length": 18228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448108.1",
          "protein_id": "XP_047304064.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 543,
          "cdna_end": null,
          "cdna_length": 18405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448109.1",
          "protein_id": "XP_047304065.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 611,
          "cdna_end": null,
          "cdna_length": 18473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448110.1",
          "protein_id": "XP_047304066.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 482,
          "cdna_end": null,
          "cdna_length": 18344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448111.1",
          "protein_id": "XP_047304067.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 18277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448112.1",
          "protein_id": "XP_047304068.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 18305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448113.1",
          "protein_id": "XP_047304069.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 481,
          "cdna_end": null,
          "cdna_length": 18343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448114.1",
          "protein_id": "XP_047304070.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 486,
          "cdna_end": null,
          "cdna_length": 18348,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448115.1",
          "protein_id": "XP_047304071.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": 643,
          "cdna_end": null,
          "cdna_length": 18505,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_047448116.1",
          "protein_id": "XP_047304072.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1335,
          "cdna_start": 358,
          "cdna_end": null,
          "cdna_length": 1789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "XM_017006381.1",
          "protein_id": "XP_016861870.1",
          "transcript_support_level": null,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 358,
          "cdna_end": null,
          "cdna_length": 1560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser",
          "transcript": "ENST00000457242.1",
          "protein_id": "ENSP00000403825.1",
          "transcript_support_level": 2,
          "aa_start": 57,
          "aa_end": null,
          "aa_length": 56,
          "cds_start": 169,
          "cds_end": null,
          "cds_length": 171,
          "cdna_start": 477,
          "cdna_end": null,
          "cdna_length": 479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "n.425C>T",
          "hgvs_p": null,
          "transcript": "NR_164692.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 18160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "n.57+64570C>T",
          "hgvs_p": null,
          "transcript": "ENST00000494233.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.*11C>T",
          "hgvs_p": null,
          "transcript": "ENST00000430340.5",
          "protein_id": "ENSP00000397166.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 51,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 158,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LPP",
          "gene_hgnc_id": 6679,
          "hgvs_c": "c.*29C>T",
          "hgvs_p": null,
          "transcript": "ENST00000443217.5",
          "protein_id": "ENSP00000404679.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 45,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "LPP",
      "gene_hgnc_id": 6679,
      "dbsnp": "rs145658316",
      "frequency_reference_population": 0.0000065736713,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000657367,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6704714298248291,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.368,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8439,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.01,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 7.395,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.02,
      "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": "NM_001375462.1",
          "gene_symbol": "LPP",
          "hgnc_id": 6679,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.169C>T",
          "hgvs_p": "p.Pro57Ser"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}