← 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-51832797-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 51832797,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "NM_002525.3",
      "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": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "NM_001101662.2",
          "protein_id": "NP_001095132.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1151,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000352171.12",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001101662.2"
        },
        {
          "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": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000352171.12",
          "protein_id": "ENSP00000262679.8",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1151,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001101662.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000352171.12"
        },
        {
          "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": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1070+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000354831.11",
          "protein_id": "ENSP00000346890.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000354831.11"
        },
        {
          "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": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.674+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000539524.5",
          "protein_id": "ENSP00000444416.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000539524.5"
        },
        {
          "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": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1115+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911777.1",
          "protein_id": "ENSP00000581836.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911777.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1070+1220C>T",
          "hgvs_p": null,
          "transcript": "NM_002525.3",
          "protein_id": "NP_002516.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002525.3"
        },
        {
          "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": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1070+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963645.1",
          "protein_id": "ENSP00000633704.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963645.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1061+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911782.1",
          "protein_id": "ENSP00000581841.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911782.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1019+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911787.1",
          "protein_id": "ENSP00000581846.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1202,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3609,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911787.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1070+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963648.1",
          "protein_id": "ENSP00000633707.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963648.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1070+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911778.1",
          "protein_id": "ENSP00000581837.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1191,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3576,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911778.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1070+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888752.1",
          "protein_id": "ENSP00000558811.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1187,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888752.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.1070+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911788.1",
          "protein_id": "ENSP00000581847.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1178,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911788.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.920+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888746.1",
          "protein_id": "ENSP00000558805.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888746.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888750.1",
          "protein_id": "ENSP00000558809.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888750.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.890+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911781.1",
          "protein_id": "ENSP00000581840.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1159,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3480,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911781.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888744.1",
          "protein_id": "ENSP00000558803.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1153,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3462,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888744.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963644.1",
          "protein_id": "ENSP00000633703.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1152,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3459,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963644.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911775.1",
          "protein_id": "ENSP00000581834.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1151,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3456,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911775.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888749.1",
          "protein_id": "ENSP00000558808.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1150,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888749.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911780.1",
          "protein_id": "ENSP00000581839.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1147,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911780.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888754.1",
          "protein_id": "ENSP00000558813.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888754.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.916+3334C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911786.1",
          "protein_id": "ENSP00000581845.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911786.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963650.1",
          "protein_id": "ENSP00000633709.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963650.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888753.1",
          "protein_id": "ENSP00000558812.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1125,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3378,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888753.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911774.1",
          "protein_id": "ENSP00000581833.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1123,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911774.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888745.1",
          "protein_id": "ENSP00000558804.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888745.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888747.1",
          "protein_id": "ENSP00000558806.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1119,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3360,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888747.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888755.1",
          "protein_id": "ENSP00000558814.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1116,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3351,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888755.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911773.1",
          "protein_id": "ENSP00000581832.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911773.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.746+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963651.1",
          "protein_id": "ENSP00000633710.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1111,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3336,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963651.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963646.1",
          "protein_id": "ENSP00000633705.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1110,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3333,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963646.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911784.1",
          "protein_id": "ENSP00000581843.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1107,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911784.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888751.1",
          "protein_id": "ENSP00000558810.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1103,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888751.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.674+1220C>T",
          "hgvs_p": null,
          "transcript": "NM_001242361.2",
          "protein_id": "NP_001229290.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242361.2"
        },
        {
          "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": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911783.1",
          "protein_id": "ENSP00000581842.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1078,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3237,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911783.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963647.1",
          "protein_id": "ENSP00000633706.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1077,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3234,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963647.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.712+3334C>T",
          "hgvs_p": null,
          "transcript": "ENST00000888748.1",
          "protein_id": "ENSP00000558807.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1075,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3228,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888748.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000963649.1",
          "protein_id": "ENSP00000633708.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000963649.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.866+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911785.1",
          "protein_id": "ENSP00000581844.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1058,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3177,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911785.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.712+3334C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911776.1",
          "protein_id": "ENSP00000581835.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1002,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3009,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911776.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "c.444+7615C>T",
          "hgvs_p": null,
          "transcript": "ENST00000911779.1",
          "protein_id": "ENSP00000581838.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 264,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 795,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000911779.1"
        },
        {
          "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": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "n.57+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000473805.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000473805.5"
        },
        {
          "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": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "n.423+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000475715.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000475715.1"
        },
        {
          "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": 4,
          "intron_rank_end": null,
          "gene_symbol": "NRDC",
          "gene_hgnc_id": 7995,
          "hgvs_c": "n.535+1220C>T",
          "hgvs_p": null,
          "transcript": "ENST00000485608.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000485608.5"
        }
      ],
      "gene_symbol": "NRDC",
      "gene_hgnc_id": 7995,
      "dbsnp": "rs1417367",
      "frequency_reference_population": 0.0000065739305,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000657393,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8899999856948853,
      "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.89,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.031,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_002525.3",
          "gene_symbol": "NRDC",
          "hgnc_id": 7995,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1070+1220C>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
}