← 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: 19-5231124-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 5231124,
      "ref": "T",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000262963.11",
      "consequences": [
        {
          "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": 38,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2155+186A>T",
          "hgvs_p": null,
          "transcript": "NM_002850.4",
          "protein_id": "NP_002841.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7356,
          "mane_select": "ENST00000262963.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2155+186A>T",
          "hgvs_p": null,
          "transcript": "ENST00000262963.11",
          "protein_id": "ENSP00000262963.8",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7356,
          "mane_select": "NM_002850.4",
          "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": 37,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2155+186A>T",
          "hgvs_p": null,
          "transcript": "ENST00000587303.5",
          "protein_id": "ENSP00000467537.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6353,
          "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": 32,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "ENST00000588012.5",
          "protein_id": "ENSP00000465443.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1910,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5993,
          "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": 28,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1810+7795A>T",
          "hgvs_p": null,
          "transcript": "ENST00000592099.5",
          "protein_id": "ENSP00000467398.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1501,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4506,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4766,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "n.2044+7795A>T",
          "hgvs_p": null,
          "transcript": "ENST00000588552.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 5443,
          "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": 34,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "NM_001394011.1",
          "protein_id": "NP_001380940.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1926,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5781,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7290,
          "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": 34,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "NM_001394012.1",
          "protein_id": "NP_001380941.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1919,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7269,
          "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": 33,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "NM_130854.3",
          "protein_id": "NP_570924.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1910,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7242,
          "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": 32,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "NM_001394013.1",
          "protein_id": "NP_001380942.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7230,
          "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": 28,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1402+186A>T",
          "hgvs_p": null,
          "transcript": "ENST00000850941.1",
          "protein_id": "ENSP00000521026.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1672,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5019,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7297,
          "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": 30,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1822+7795A>T",
          "hgvs_p": null,
          "transcript": "NM_130855.3",
          "protein_id": "NP_570925.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1505,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4518,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6027,
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1810+7795A>T",
          "hgvs_p": null,
          "transcript": "NM_130853.3",
          "protein_id": "NP_570923.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1501,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4506,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6015,
          "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": 36,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027065.2",
          "protein_id": "XP_016882554.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7285,
          "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": 36,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027066.2",
          "protein_id": "XP_016882555.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7329,
          "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": 36,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027067.2",
          "protein_id": "XP_016882556.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1939,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7235,
          "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": 35,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_005259600.3",
          "protein_id": "XP_005259657.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7273,
          "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": 35,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027068.2",
          "protein_id": "XP_016882557.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7273,
          "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": 35,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439155.1",
          "protein_id": "XP_047295111.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7317,
          "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": 35,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439156.1",
          "protein_id": "XP_047295112.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1935,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7223,
          "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": 34,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439157.1",
          "protein_id": "XP_047295113.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1931,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7261,
          "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": 35,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027069.2",
          "protein_id": "XP_016882558.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1930,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5793,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7258,
          "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": 34,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439158.1",
          "protein_id": "XP_047295114.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1926,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5781,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7246,
          "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": 34,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439159.1",
          "protein_id": "XP_047295115.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1926,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5781,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7246,
          "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": 35,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027070.2",
          "protein_id": "XP_016882559.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1923,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7237,
          "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": 33,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439160.1",
          "protein_id": "XP_047295116.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7234,
          "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": 33,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439161.1",
          "protein_id": "XP_047295117.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1922,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5769,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7278,
          "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": 34,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027071.2",
          "protein_id": "XP_016882560.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1919,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7225,
          "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": 33,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2128+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027072.2",
          "protein_id": "XP_016882561.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1910,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5733,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7198,
          "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": 32,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.2116+186A>T",
          "hgvs_p": null,
          "transcript": "XM_005259607.3",
          "protein_id": "XP_005259664.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1906,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7186,
          "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": 30,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1402+186A>T",
          "hgvs_p": null,
          "transcript": "XM_017027073.2",
          "protein_id": "XP_016882562.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1697,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5094,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6491,
          "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": 31,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1822+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_017027074.2",
          "protein_id": "XP_016882563.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1521,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6031,
          "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": 30,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1822+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_017027075.2",
          "protein_id": "XP_016882564.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1517,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4554,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6019,
          "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": 30,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1810+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_047439162.1",
          "protein_id": "XP_047295118.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1517,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4554,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6063,
          "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": 30,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1810+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_047439163.1",
          "protein_id": "XP_047295119.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1517,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4554,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6019,
          "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": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1810+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_047439164.1",
          "protein_id": "XP_047295120.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1513,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4542,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6051,
          "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": 11,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1822+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_047439165.1",
          "protein_id": "XP_047295121.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1501,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4506,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5971,
          "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": 28,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1810+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_005259610.2",
          "protein_id": "XP_005259667.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5959,
          "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": 28,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.1810+7795A>T",
          "hgvs_p": null,
          "transcript": "XM_047439166.1",
          "protein_id": "XP_047295122.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1497,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4494,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6003,
          "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": 23,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.3+186A>T",
          "hgvs_p": null,
          "transcript": "XM_011528158.3",
          "protein_id": "XP_011526460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1157,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3474,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4755,
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PTPRS",
          "gene_hgnc_id": 9681,
          "hgvs_c": "c.3+186A>T",
          "hgvs_p": null,
          "transcript": "XM_047439167.1",
          "protein_id": "XP_047295123.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PTPRS",
      "gene_hgnc_id": 9681,
      "dbsnp": "rs4807015",
      "frequency_reference_population": 0.00017749146,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 27,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.000177491,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 27,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9100000262260437,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.91,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.059,
      "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": -8,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -8,
          "benign_score": 8,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000262963.11",
          "gene_symbol": "PTPRS",
          "hgnc_id": 9681,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2155+186A>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}