← 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: 10-54378939-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 54378939,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000644397.2",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_033056.4",
          "protein_id": "NP_149045.3",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1955,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5868,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6962,
          "mane_select": null,
          "mane_plus": "ENST00000320301.11",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000320301.11",
          "protein_id": "ENSP00000322604.6",
          "transcript_support_level": 1,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1955,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5868,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6962,
          "mane_select": null,
          "mane_plus": "NM_033056.4",
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001384140.1",
          "protein_id": "NP_001371069.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 9366,
          "mane_select": "ENST00000644397.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000644397.2",
          "protein_id": "ENSP00000495195.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1740,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5223,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 9366,
          "mane_select": "NM_001384140.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000395445.6",
          "protein_id": "ENSP00000378832.2",
          "transcript_support_level": 1,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000616114.4",
          "protein_id": "ENSP00000483745.1",
          "transcript_support_level": 1,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1675,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5028,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 5846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000373955.5",
          "protein_id": "ENSP00000363066.1",
          "transcript_support_level": 1,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": 453,
          "cdna_end": null,
          "cdna_length": 4230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "transcript": "NM_001142763.2",
          "protein_id": "NP_001136235.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 6983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "transcript": "ENST00000373957.7",
          "protein_id": "ENSP00000363068.4",
          "transcript_support_level": 5,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": 571,
          "cdna_end": null,
          "cdna_length": 7032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001142764.2",
          "protein_id": "NP_001136236.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1957,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5874,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6968,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000361849.7",
          "protein_id": "ENSP00000354950.3",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1957,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5874,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 7017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001142766.2",
          "protein_id": "NP_001136238.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1952,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5859,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000395430.5",
          "protein_id": "ENSP00000378818.1",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1952,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5859,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 7002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.95C>T",
          "hgvs_p": "p.Thr32Ile",
          "transcript": "NM_001142768.2",
          "protein_id": "NP_001136240.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 6902,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.95C>T",
          "hgvs_p": "p.Thr32Ile",
          "transcript": "NM_001354404.2",
          "protein_id": "NP_001341333.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1933,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 5802,
          "cdna_start": 457,
          "cdna_end": null,
          "cdna_length": 6923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.95C>T",
          "hgvs_p": "p.Thr32Ile",
          "transcript": "NM_001142773.2",
          "protein_id": "NP_001136245.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1932,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 5799,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 6893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.95C>T",
          "hgvs_p": "p.Thr32Ile",
          "transcript": "ENST00000395433.5",
          "protein_id": "ENSP00000378821.1",
          "transcript_support_level": 5,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1932,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 5799,
          "cdna_start": 490,
          "cdna_end": null,
          "cdna_length": 6942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001142767.2",
          "protein_id": "NP_001136239.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001142765.2",
          "protein_id": "NP_001136237.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1886,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5661,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000437009.5",
          "protein_id": "ENSP00000412628.2",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1886,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5661,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 6804,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "transcript": "NM_001142769.3",
          "protein_id": "NP_001136241.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 1790,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 5373,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "transcript": "ENST00000613657.6",
          "protein_id": "ENSP00000482794.1",
          "transcript_support_level": 5,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 1790,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 5373,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001354411.2",
          "protein_id": "NP_001341340.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001354429.2",
          "protein_id": "NP_001341358.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1718,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5157,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 9300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "transcript": "NM_001142771.2",
          "protein_id": "NP_001136243.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 1682,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 5049,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 9192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "transcript": "ENST00000621708.4",
          "protein_id": "ENSP00000484454.1",
          "transcript_support_level": 5,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 1682,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 5049,
          "cdna_start": 571,
          "cdna_end": null,
          "cdna_length": 5700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001142772.2",
          "protein_id": "NP_001136244.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1677,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5034,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 9177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000373965.6",
          "protein_id": "ENSP00000363076.3",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1677,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5034,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 9237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001354420.2",
          "protein_id": "NP_001341349.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1675,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5028,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 9171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001142770.3",
          "protein_id": "NP_001136242.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1539,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 6365,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000617271.4",
          "protein_id": "ENSP00000478076.1",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1539,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 6425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000395446.5",
          "protein_id": "ENSP00000378833.1",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 981,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 2946,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 3948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "NM_001354430.2",
          "protein_id": "NP_001341359.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 4280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000395440.5",
          "protein_id": "ENSP00000378827.1",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 3177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000395442.5",
          "protein_id": "ENSP00000378829.1",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 2970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "ENST00000458638.1",
          "protein_id": "ENSP00000394465.1",
          "transcript_support_level": 5,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 91,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 277,
          "cdna_start": 332,
          "cdna_end": null,
          "cdna_length": 448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.95C>T",
          "hgvs_p": "p.Thr32Ile",
          "transcript": "ENST00000613346.4",
          "protein_id": "ENSP00000481211.1",
          "transcript_support_level": 4,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 71,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 218,
          "cdna_start": 457,
          "cdna_end": null,
          "cdna_length": 580,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Thr59Ile",
          "transcript": "XM_047425664.1",
          "protein_id": "XP_047281620.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 1783,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 5352,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 6048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile",
          "transcript": "XM_047425663.1",
          "protein_id": "XP_047281619.1",
          "transcript_support_level": null,
          "aa_start": 54,
          "aa_end": null,
          "aa_length": 1672,
          "cds_start": 161,
          "cds_end": null,
          "cds_length": 5019,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 9162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "n.161C>T",
          "hgvs_p": null,
          "transcript": "ENST00000373956.7",
          "protein_id": "ENSP00000363067.4",
          "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": 6931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "n.161C>T",
          "hgvs_p": null,
          "transcript": "ENST00000414367.5",
          "protein_id": "ENSP00000412531.1",
          "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": 3357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "n.161C>T",
          "hgvs_p": null,
          "transcript": "ENST00000448885.5",
          "protein_id": "ENSP00000412320.1",
          "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": 6937,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.-90-183050C>T",
          "hgvs_p": null,
          "transcript": "ENST00000409834.5",
          "protein_id": "ENSP00000386693.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PCDH15",
          "gene_hgnc_id": 14674,
          "hgvs_c": "c.-25+421986C>T",
          "hgvs_p": null,
          "transcript": "ENST00000495484.5",
          "protein_id": "ENSP00000480780.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PCDH15",
      "gene_hgnc_id": 14674,
      "dbsnp": "rs727505253",
      "frequency_reference_population": 0.0000030989072,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000273703,
      "gnomad_genomes_af": 0.00000657756,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8166338801383972,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.579,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9641,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.22,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.89,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000644397.2",
          "gene_symbol": "PCDH15",
          "hgnc_id": 14674,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.161C>T",
          "hgvs_p": "p.Thr54Ile"
        }
      ],
      "clinvar_disease": "PCDH15-related disorder,Usher syndrome type 1F,not provided,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:4",
      "phenotype_combined": "not specified|Usher syndrome type 1F|not provided|PCDH15-related disorder",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}