← 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: 1-160352992-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 160352992,
      "ref": "G",
      "alt": "A",
      "effect": "splice_donor_variant,intron_variant",
      "transcript": "ENST00000294785.10",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.1101+1G>A",
          "hgvs_p": null,
          "transcript": "NM_015331.3",
          "protein_id": "NP_056146.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2822,
          "mane_select": "ENST00000294785.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.1101+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000294785.10",
          "protein_id": "ENSP00000294785.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2822,
          "mane_select": "NM_015331.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.*1030+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000368063.6",
          "protein_id": "ENSP00000357042.2",
          "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": 3031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.1041+1G>A",
          "hgvs_p": null,
          "transcript": "NM_001290184.2",
          "protein_id": "NP_001277113.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2961,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.1101+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699538.1",
          "protein_id": "ENSP00000514423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.996+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699553.1",
          "protein_id": "ENSP00000514430.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.1101+1G>A",
          "hgvs_p": null,
          "transcript": "NM_001349729.2",
          "protein_id": "NP_001336658.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.840+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699546.1",
          "protein_id": "ENSP00000514428.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.687+1G>A",
          "hgvs_p": null,
          "transcript": "NM_001290186.2",
          "protein_id": "NP_001277115.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.1101+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699528.1",
          "protein_id": "ENSP00000514420.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.687+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699549.1",
          "protein_id": "ENSP00000514429.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.687+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000421914.6",
          "protein_id": "ENSP00000390409.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.597+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000424645.6",
          "protein_id": "ENSP00000388118.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 314,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 947,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.130-168G>A",
          "hgvs_p": null,
          "transcript": "ENST00000435149.1",
          "protein_id": "ENSP00000407849.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 273,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.333+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000424754.5",
          "protein_id": "ENSP00000410124.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 218,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 659,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.*320+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000459963.6",
          "protein_id": "ENSP00000493689.2",
          "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": 2908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1204+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699526.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1101+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699527.1",
          "protein_id": "ENSP00000514419.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1430+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699529.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.*355+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699530.1",
          "protein_id": "ENSP00000514421.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1182+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699531.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3157,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1101+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699532.1",
          "protein_id": "ENSP00000514422.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1031+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699533.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4494,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1279+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699534.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1430+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699535.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1182+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699536.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.768+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699537.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1182+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699539.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.*320+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699540.1",
          "protein_id": "ENSP00000514424.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2636,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1101+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699541.1",
          "protein_id": "ENSP00000514425.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1430+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699542.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3409,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1101+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699543.1",
          "protein_id": "ENSP00000514426.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1279+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699544.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.*320+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699545.1",
          "protein_id": "ENSP00000514427.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1279+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699547.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1505+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699548.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1753+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699550.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1182+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699551.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1182+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699552.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.*366+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699554.1",
          "protein_id": "ENSP00000514431.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "n.1802+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699556.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NCSTN",
          "gene_hgnc_id": 17091,
          "hgvs_c": "c.1101+1G>A",
          "hgvs_p": null,
          "transcript": "XM_005245053.6",
          "protein_id": "XP_005245110.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 395,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1188,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1965,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NCSTN",
      "gene_hgnc_id": 17091,
      "dbsnp": "rs1347055289",
      "frequency_reference_population": 0.0000034238087,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000342381,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3700000047683716,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.9359999895095825,
      "splice_prediction_selected": "Pathogenic",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.37,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.702,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 1,
      "spliceai_max_prediction": "Pathogenic",
      "dbscsnv_ada_score": 0.999985532734767,
      "dbscsnv_ada_prediction": "Pathogenic",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PVS1_Moderate,PM2,PP5,BS2",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 4,
          "pathogenic_score": 5,
          "criteria": [
            "PVS1_Moderate",
            "PM2",
            "PP5",
            "BS2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000294785.10",
          "gene_symbol": "NCSTN",
          "hgnc_id": 17091,
          "effects": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1101+1G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " 1, familial,Acne inversa",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Acne inversa, familial, 1",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}