← 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: 9-112232136-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 112232136,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001244898.1",
      "consequences": [
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "NM_001163788.4",
          "protein_id": "NP_001157260.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000374257.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001163788.4"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000374257.6",
          "protein_id": "ENSP00000363375.1",
          "transcript_support_level": 2,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001163788.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000374257.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1085G>A",
          "hgvs_p": "p.Gly362Glu",
          "transcript": "NM_001244898.1",
          "protein_id": "NP_001231827.1",
          "transcript_support_level": null,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 1085,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001244898.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1085G>A",
          "hgvs_p": "p.Gly362Glu",
          "transcript": "ENST00000210227.5",
          "protein_id": "ENSP00000210227.5",
          "transcript_support_level": 2,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 1085,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000210227.5"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Gly359Glu",
          "transcript": "NM_001163790.2",
          "protein_id": "NP_001157262.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 1076,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001163790.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Gly359Glu",
          "transcript": "ENST00000450374.2",
          "protein_id": "ENSP00000388024.2",
          "transcript_support_level": 5,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 1076,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000450374.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Gly359Glu",
          "transcript": "ENST00000932749.1",
          "protein_id": "ENSP00000602808.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 1076,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932749.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1067G>A",
          "hgvs_p": "p.Gly356Glu",
          "transcript": "NM_005156.7",
          "protein_id": "NP_005147.3",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": 1067,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005156.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1067G>A",
          "hgvs_p": "p.Gly356Glu",
          "transcript": "ENST00000374255.7",
          "protein_id": "ENSP00000363373.2",
          "transcript_support_level": 5,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": 1067,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000374255.7"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1067G>A",
          "hgvs_p": "p.Gly356Glu",
          "transcript": "ENST00000874009.1",
          "protein_id": "ENSP00000544068.1",
          "transcript_support_level": null,
          "aa_start": 356,
          "aa_end": null,
          "aa_length": 552,
          "cds_start": 1067,
          "cds_end": null,
          "cds_length": 1659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874009.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "NM_001244897.2",
          "protein_id": "NP_001231826.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001244897.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000850868.1",
          "protein_id": "ENSP00000520953.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000850868.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000874008.1",
          "protein_id": "ENSP00000544067.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874008.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000932753.1",
          "protein_id": "ENSP00000602812.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932753.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000932756.1",
          "protein_id": "ENSP00000602815.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932756.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000968728.1",
          "protein_id": "ENSP00000638787.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968728.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.974G>A",
          "hgvs_p": "p.Gly325Glu",
          "transcript": "NM_001375918.1",
          "protein_id": "NP_001362847.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375918.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.974G>A",
          "hgvs_p": "p.Gly325Glu",
          "transcript": "ENST00000874007.1",
          "protein_id": "ENSP00000544066.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000874007.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.974G>A",
          "hgvs_p": "p.Gly325Glu",
          "transcript": "ENST00000932751.1",
          "protein_id": "ENSP00000602810.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932751.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.974G>A",
          "hgvs_p": "p.Gly325Glu",
          "transcript": "ENST00000932752.1",
          "protein_id": "ENSP00000602811.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932752.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.974G>A",
          "hgvs_p": "p.Gly325Glu",
          "transcript": "ENST00000932754.1",
          "protein_id": "ENSP00000602813.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932754.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.974G>A",
          "hgvs_p": "p.Gly325Glu",
          "transcript": "ENST00000932755.1",
          "protein_id": "ENSP00000602814.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932755.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000968729.1",
          "protein_id": "ENSP00000638788.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968729.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.974G>A",
          "hgvs_p": "p.Gly325Glu",
          "transcript": "ENST00000968727.1",
          "protein_id": "ENSP00000638786.1",
          "transcript_support_level": null,
          "aa_start": 325,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 974,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968727.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "ENST00000850866.1",
          "protein_id": "ENSP00000520952.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000850866.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.782G>A",
          "hgvs_p": "p.Gly261Glu",
          "transcript": "NM_001244896.2",
          "protein_id": "NP_001231825.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 782,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001244896.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.782G>A",
          "hgvs_p": "p.Gly261Glu",
          "transcript": "ENST00000343327.6",
          "protein_id": "ENSP00000340705.2",
          "transcript_support_level": 2,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 782,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000343327.6"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.767G>A",
          "hgvs_p": "p.Gly256Glu",
          "transcript": "NM_001375920.1",
          "protein_id": "NP_001362849.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 767,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001375920.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1130G>A",
          "hgvs_p": "p.Gly377Glu",
          "transcript": "XM_047424265.1",
          "protein_id": "XP_047280221.1",
          "transcript_support_level": null,
          "aa_start": 377,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1130,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424265.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1121G>A",
          "hgvs_p": "p.Gly374Glu",
          "transcript": "XM_047424266.1",
          "protein_id": "XP_047280222.1",
          "transcript_support_level": null,
          "aa_start": 374,
          "aa_end": null,
          "aa_length": 570,
          "cds_start": 1121,
          "cds_end": null,
          "cds_length": 1713,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424266.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1094G>A",
          "hgvs_p": "p.Gly365Glu",
          "transcript": "XM_011519265.2",
          "protein_id": "XP_011517567.1",
          "transcript_support_level": null,
          "aa_start": 365,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 1094,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011519265.2"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1085G>A",
          "hgvs_p": "p.Gly362Glu",
          "transcript": "XM_047424267.1",
          "protein_id": "XP_047280223.1",
          "transcript_support_level": null,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 558,
          "cds_start": 1085,
          "cds_end": null,
          "cds_length": 1677,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424267.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1076G>A",
          "hgvs_p": "p.Gly359Glu",
          "transcript": "XM_047424268.1",
          "protein_id": "XP_047280224.1",
          "transcript_support_level": null,
          "aa_start": 359,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 1076,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424268.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.1073G>A",
          "hgvs_p": "p.Gly358Glu",
          "transcript": "XM_047424270.1",
          "protein_id": "XP_047280226.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 554,
          "cds_start": 1073,
          "cds_end": null,
          "cds_length": 1665,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424270.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "XM_047424271.1",
          "protein_id": "XP_047280227.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424271.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.983G>A",
          "hgvs_p": "p.Gly328Glu",
          "transcript": "XM_047424272.1",
          "protein_id": "XP_047280228.1",
          "transcript_support_level": null,
          "aa_start": 328,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 983,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424272.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.782G>A",
          "hgvs_p": "p.Gly261Glu",
          "transcript": "XM_047424273.1",
          "protein_id": "XP_047280229.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 782,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424273.1"
        },
        {
          "aa_ref": "G",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.767G>A",
          "hgvs_p": "p.Gly256Glu",
          "transcript": "XM_047424274.1",
          "protein_id": "XP_047280230.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 767,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424274.1"
        },
        {
          "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": 12,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "c.880+2684G>A",
          "hgvs_p": null,
          "transcript": "ENST00000932750.1",
          "protein_id": "ENSP00000602809.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932750.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PTBP3",
          "gene_hgnc_id": 10253,
          "hgvs_c": "n.864G>A",
          "hgvs_p": null,
          "transcript": "ENST00000850864.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000850864.1"
        }
      ],
      "gene_symbol": "PTBP3",
      "gene_hgnc_id": 10253,
      "dbsnp": "rs776698280",
      "frequency_reference_population": 0.000028519315,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 46,
      "gnomad_exomes_af": 0.0000308014,
      "gnomad_genomes_af": 0.00000658025,
      "gnomad_exomes_ac": 45,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.319217711687088,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.115,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.6068,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.26,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.221,
      "phylop100way_prediction": "Benign",
      "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": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 1,
          "pathogenic_score": 0,
          "criteria": [
            "BP4"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001244898.1",
          "gene_symbol": "PTBP3",
          "hgnc_id": 10253,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1085G>A",
          "hgvs_p": "p.Gly362Glu"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}