← 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: 17-5514771-GGAGTCC-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 5514771,
      "ref": "GGAGTCC",
      "alt": "G",
      "effect": "conservative_inframe_deletion",
      "transcript": "NM_033004.4",
      "consequences": [
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4399_4404delGGACTC",
          "hgvs_p": "p.Gly1467_Leu1468del",
          "transcript": "NM_033004.4",
          "protein_id": "NP_127497.1",
          "transcript_support_level": null,
          "aa_start": 1467,
          "aa_end": null,
          "aa_length": 1473,
          "cds_start": 4399,
          "cds_end": null,
          "cds_length": 4422,
          "cdna_start": 4956,
          "cdna_end": null,
          "cdna_length": 5610,
          "mane_select": "ENST00000572272.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4399_4404delGGACTC",
          "hgvs_p": "p.Gly1467_Leu1468del",
          "transcript": "ENST00000572272.6",
          "protein_id": "ENSP00000460475.1",
          "transcript_support_level": 1,
          "aa_start": 1467,
          "aa_end": null,
          "aa_length": 1473,
          "cds_start": 4399,
          "cds_end": null,
          "cds_length": 4422,
          "cdna_start": 4956,
          "cdna_end": null,
          "cdna_length": 5610,
          "mane_select": "NM_033004.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4309_4314delGGACTC",
          "hgvs_p": "p.Gly1437_Leu1438del",
          "transcript": "ENST00000354411.8",
          "protein_id": "ENSP00000346390.3",
          "transcript_support_level": 1,
          "aa_start": 1437,
          "aa_end": null,
          "aa_length": 1443,
          "cds_start": 4309,
          "cds_end": null,
          "cds_length": 4332,
          "cdna_start": 4314,
          "cdna_end": null,
          "cdna_length": 4780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4267_4272delGGACTC",
          "hgvs_p": "p.Gly1423_Leu1424del",
          "transcript": "ENST00000269280.9",
          "protein_id": "ENSP00000269280.4",
          "transcript_support_level": 1,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1429,
          "cds_start": 4267,
          "cds_end": null,
          "cds_length": 4290,
          "cdna_start": 4491,
          "cdna_end": null,
          "cdna_length": 5136,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4267_4272delGGACTC",
          "hgvs_p": "p.Gly1423_Leu1424del",
          "transcript": "ENST00000571451.7",
          "protein_id": "ENSP00000459661.3",
          "transcript_support_level": 1,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1429,
          "cds_start": 4267,
          "cds_end": null,
          "cds_length": 4290,
          "cdna_start": 4794,
          "cdna_end": null,
          "cdna_length": 5450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4177_4182delGGACTC",
          "hgvs_p": "p.Gly1393_Leu1394del",
          "transcript": "ENST00000577119.5",
          "protein_id": "ENSP00000460216.1",
          "transcript_support_level": 1,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1399,
          "cds_start": 4177,
          "cds_end": null,
          "cds_length": 4200,
          "cdna_start": 4182,
          "cdna_end": null,
          "cdna_length": 4200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.820+2969_820+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000574512.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4411_4416delGGACTC",
          "hgvs_p": "p.Gly1471_Leu1472del",
          "transcript": "ENST00000699633.1",
          "protein_id": "ENSP00000514491.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1477,
          "cds_start": 4411,
          "cds_end": null,
          "cds_length": 4434,
          "cdna_start": 4961,
          "cdna_end": null,
          "cdna_length": 5606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4399_4404delGGACTC",
          "hgvs_p": "p.Gly1467_Leu1468del",
          "transcript": "ENST00000617618.5",
          "protein_id": "ENSP00000478516.1",
          "transcript_support_level": 5,
          "aa_start": 1467,
          "aa_end": null,
          "aa_length": 1473,
          "cds_start": 4399,
          "cds_end": null,
          "cds_length": 4422,
          "cdna_start": 4770,
          "cdna_end": null,
          "cdna_length": 5419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4309_4314delGGACTC",
          "hgvs_p": "p.Gly1437_Leu1438del",
          "transcript": "NM_033006.4",
          "protein_id": "NP_127499.1",
          "transcript_support_level": null,
          "aa_start": 1437,
          "aa_end": null,
          "aa_length": 1443,
          "cds_start": 4309,
          "cds_end": null,
          "cds_length": 4332,
          "cdna_start": 4866,
          "cdna_end": null,
          "cdna_length": 5520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4267_4272delGGACTC",
          "hgvs_p": "p.Gly1423_Leu1424del",
          "transcript": "NM_014922.5",
          "protein_id": "NP_055737.1",
          "transcript_support_level": null,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1429,
          "cds_start": 4267,
          "cds_end": null,
          "cds_length": 4290,
          "cdna_start": 4824,
          "cdna_end": null,
          "cdna_length": 5478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4267_4272delGGACTC",
          "hgvs_p": "p.Gly1423_Leu1424del",
          "transcript": "ENST00000576905.6",
          "protein_id": "ENSP00000458303.2",
          "transcript_support_level": 4,
          "aa_start": 1423,
          "aa_end": null,
          "aa_length": 1429,
          "cds_start": 4267,
          "cds_end": null,
          "cds_length": 4290,
          "cdna_start": 4720,
          "cdna_end": null,
          "cdna_length": 5337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "GL",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4177_4182delGGACTC",
          "hgvs_p": "p.Gly1393_Leu1394del",
          "transcript": "NM_033007.4",
          "protein_id": "NP_127500.1",
          "transcript_support_level": null,
          "aa_start": 1393,
          "aa_end": null,
          "aa_length": 1399,
          "cds_start": 4177,
          "cds_end": null,
          "cds_length": 4200,
          "cdna_start": 4734,
          "cdna_end": null,
          "cdna_length": 5388,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1172_*1177delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699586.1",
          "protein_id": "ENSP00000514458.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": 5424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*2117_*2122delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699615.1",
          "protein_id": "ENSP00000514479.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": 5669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1780_*1785delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699629.1",
          "protein_id": "ENSP00000514488.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": 7294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1751_*1756delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699632.1",
          "protein_id": "ENSP00000514490.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": 5132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.1561_1566delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699635.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": 2068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.7114_7119delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699636.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": 7620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*3584_*3589delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699642.1",
          "protein_id": "ENSP00000514495.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": 5238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*4018_*4023delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699643.1",
          "protein_id": "ENSP00000514496.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": 5171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*5955_*5960delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699644.1",
          "protein_id": "ENSP00000514497.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": 7742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*3684_*3689delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699645.1",
          "protein_id": "ENSP00000514498.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": 5354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1968_*1973delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699665.1",
          "protein_id": "ENSP00000514508.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": 3832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.4399_4404delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699709.1",
          "protein_id": "ENSP00000514534.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": 5251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*390_*395delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699804.1",
          "protein_id": "ENSP00000514607.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": 1825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*374_*379delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699805.1",
          "protein_id": "ENSP00000514608.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": 1836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.*143_*148delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699634.1",
          "protein_id": "ENSP00000514492.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1408,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5029,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.*688_*693delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699774.1",
          "protein_id": "ENSP00000514580.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 324,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 975,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2146,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.*286_*291delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699803.1",
          "protein_id": "ENSP00000514606.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 98,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 297,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1172_*1177delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699586.1",
          "protein_id": "ENSP00000514458.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": 5424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*2117_*2122delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699615.1",
          "protein_id": "ENSP00000514479.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": 5669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1780_*1785delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699629.1",
          "protein_id": "ENSP00000514488.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": 7294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1751_*1756delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699632.1",
          "protein_id": "ENSP00000514490.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": 5132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*3584_*3589delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699642.1",
          "protein_id": "ENSP00000514495.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": 5238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*4018_*4023delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699643.1",
          "protein_id": "ENSP00000514496.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": 5171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*5955_*5960delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699644.1",
          "protein_id": "ENSP00000514497.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": 7742,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*3684_*3689delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699645.1",
          "protein_id": "ENSP00000514498.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": 5354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1968_*1973delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699665.1",
          "protein_id": "ENSP00000514508.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": 3832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*390_*395delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699804.1",
          "protein_id": "ENSP00000514607.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": 1825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*374_*379delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699805.1",
          "protein_id": "ENSP00000514608.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": 1836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4102+696_4102+701delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699613.1",
          "protein_id": "ENSP00000514477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1386,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4161,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4069+2969_4069+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "NM_001033053.3",
          "protein_id": "NP_001028225.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1375,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4069+2969_4069+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000262467.11",
          "protein_id": "ENSP00000262467.5",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1375,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.4057+2969_4057+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699710.1",
          "protein_id": "ENSP00000514535.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1371,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4116,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.3967+2969_3967+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699707.1",
          "protein_id": "ENSP00000514532.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1341,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4026,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.3925+2969_3925+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699614.1",
          "protein_id": "ENSP00000514478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1327,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3984,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.3431-12905_3431-12900delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699712.1",
          "protein_id": "ENSP00000514537.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1162,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.187+696_187+701delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699801.1",
          "protein_id": "ENSP00000514604.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 144,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 435,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 711,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "c.142+2969_142+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699800.1",
          "protein_id": "ENSP00000514603.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 129,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 390,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.4069+2969_4069+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000544378.7",
          "protein_id": "ENSP00000442029.2",
          "transcript_support_level": 2,
          "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": 5283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.4048+2969_4048+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000572143.2",
          "protein_id": "ENSP00000514476.1",
          "transcript_support_level": 4,
          "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": 5141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*32+2969_*32+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699612.1",
          "protein_id": "ENSP00000514475.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": 982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*579+2969_*579+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699622.1",
          "protein_id": "ENSP00000514482.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": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.4057+2969_4057+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699623.1",
          "protein_id": "ENSP00000514483.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": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.3297+2969_3297+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699624.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": 3861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1367+2969_*1367+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699625.1",
          "protein_id": "ENSP00000514484.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": 4542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*3342+2969_*3342+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699630.1",
          "protein_id": "ENSP00000514489.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": 6774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.4857+2969_4857+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699631.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": 6263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.3937+2969_3937+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699705.1",
          "protein_id": "ENSP00000514530.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": 6317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.1528+2969_1528+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699706.1",
          "protein_id": "ENSP00000514531.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": 2246,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*1494+2969_*1494+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699708.1",
          "protein_id": "ENSP00000514533.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": 4346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*32+2969_*32+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699711.1",
          "protein_id": "ENSP00000514536.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": 4080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*830+2969_*830+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699713.1",
          "protein_id": "ENSP00000514538.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": 4245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*830+2969_*830+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699771.1",
          "protein_id": "ENSP00000514577.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": 2098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.*698+2969_*698+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699772.1",
          "protein_id": "ENSP00000514578.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": 1620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.805+696_805+701delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699773.1",
          "protein_id": "ENSP00000514579.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": 1529,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NLRP1",
          "gene_hgnc_id": 14374,
          "hgvs_c": "n.142+2969_142+2974delGGACTC",
          "hgvs_p": null,
          "transcript": "ENST00000699802.1",
          "protein_id": "ENSP00000514605.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": 408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NLRP1",
      "gene_hgnc_id": 14374,
      "dbsnp": null,
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": -0.13,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PM4",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PM4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_033004.4",
          "gene_symbol": "NLRP1",
          "hgnc_id": 14374,
          "effects": [
            "conservative_inframe_deletion"
          ],
          "inheritance_mode": "AD,AR,SD",
          "hgvs_c": "c.4399_4404delGGACTC",
          "hgvs_p": "p.Gly1467_Leu1468del"
        }
      ],
      "clinvar_disease": "Corneal intraepithelial dyskeratosis-palmoplantar hyperkeratosis-laryngeal dyskeratosis syndrome",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Corneal intraepithelial dyskeratosis-palmoplantar hyperkeratosis-laryngeal dyskeratosis syndrome",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}