← 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-247444127-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "PP2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "NLRP3",
          "hgnc_id": 16400,
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "inheritance_mode": "AD",
          "pathogenic_score": 3,
          "score": 1,
          "transcript": "NM_004895.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000302155",
          "hgnc_id": null,
          "hgvs_c": "n.158+3957T>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000784698.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "LOC124904575",
          "hgnc_id": null,
          "hgvs_c": "n.144+3957T>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "XR_007067005.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP2,BP4_Moderate",
      "acmg_score": 1,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1361,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.39,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.16277238726615906,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1034,
          "aa_ref": "K",
          "aa_start": 940,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4187,
          "cdna_start": 3588,
          "cds_end": null,
          "cds_length": 3105,
          "cds_start": 2819,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001243133.2",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2819A>C",
          "hgvs_p": "p.Lys940Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000336119.8",
          "protein_coding": true,
          "protein_id": "NP_001230062.1",
          "strand": true,
          "transcript": "NM_001243133.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1034,
          "aa_ref": "K",
          "aa_start": 940,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4187,
          "cdna_start": 3588,
          "cds_end": null,
          "cds_length": 3105,
          "cds_start": 2819,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000336119.8",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2819A>C",
          "hgvs_p": "p.Lys940Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001243133.2",
          "protein_coding": true,
          "protein_id": "ENSP00000337383.4",
          "strand": true,
          "transcript": "ENST00000336119.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1034,
          "aa_ref": "K",
          "aa_start": 940,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3853,
          "cdna_start": 2963,
          "cds_end": null,
          "cds_length": 3105,
          "cds_start": 2819,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000391828.8",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2819A>C",
          "hgvs_p": "p.Lys940Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000375704.4",
          "strand": true,
          "transcript": "ENST00000391828.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 977,
          "aa_ref": "K",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3995,
          "cdna_start": 3396,
          "cds_end": null,
          "cds_length": 2934,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000366496.7",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2648A>C",
          "hgvs_p": "p.Lys883Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000355452.3",
          "strand": true,
          "transcript": "ENST00000366496.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 977,
          "aa_ref": "K",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4242,
          "cdna_start": 3418,
          "cds_end": null,
          "cds_length": 2934,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000391827.3",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2648A>C",
          "hgvs_p": "p.Lys883Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000375703.3",
          "strand": true,
          "transcript": "ENST00000391827.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 920,
          "aa_ref": "K",
          "aa_start": 826,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3824,
          "cdna_start": 3225,
          "cds_end": null,
          "cds_length": 2763,
          "cds_start": 2477,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000348069.7",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2477A>C",
          "hgvs_p": "p.Lys826Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000294752.4",
          "strand": true,
          "transcript": "ENST00000348069.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "K",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4187,
          "cdna_start": 3588,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_004895.5",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_004886.3",
          "strand": true,
          "transcript": "NM_004895.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1034,
          "aa_ref": "K",
          "aa_start": 940,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3545,
          "cdna_start": 2946,
          "cds_end": null,
          "cds_length": 3105,
          "cds_start": 2819,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001079821.3",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2819A>C",
          "hgvs_p": "p.Lys940Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001073289.2",
          "strand": true,
          "transcript": "NM_001079821.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1034,
          "aa_ref": "K",
          "aa_start": 940,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3890,
          "cdna_start": 3056,
          "cds_end": null,
          "cds_length": 3105,
          "cds_start": 2819,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000697350.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2819A>C",
          "hgvs_p": "p.Lys940Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513275.1",
          "strand": true,
          "transcript": "ENST00000697350.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1034,
          "aa_ref": "K",
          "aa_start": 940,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4862,
          "cdna_start": 3412,
          "cds_end": null,
          "cds_length": 3105,
          "cds_start": 2819,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000898449.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2819A>C",
          "hgvs_p": "p.Lys940Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568508.1",
          "strand": true,
          "transcript": "ENST00000898449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1014,
          "aa_ref": "K",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3207,
          "cdna_start": 2830,
          "cds_end": null,
          "cds_length": 3045,
          "cds_start": 2759,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000643234.2",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2759A>C",
          "hgvs_p": "p.Lys920Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000493674.2",
          "strand": true,
          "transcript": "ENST00000643234.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 977,
          "aa_ref": "K",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4016,
          "cdna_start": 3417,
          "cds_end": null,
          "cds_length": 2934,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001127461.3",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2648A>C",
          "hgvs_p": "p.Lys883Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001120933.2",
          "strand": true,
          "transcript": "NM_001127461.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 977,
          "aa_ref": "K",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4016,
          "cdna_start": 3417,
          "cds_end": null,
          "cds_length": 2934,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001127462.3",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2648A>C",
          "hgvs_p": "p.Lys883Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001120934.2",
          "strand": true,
          "transcript": "NM_001127462.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 977,
          "aa_ref": "K",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3481,
          "cdna_start": 3096,
          "cds_end": null,
          "cds_length": 2934,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000697408.2",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2648A>C",
          "hgvs_p": "p.Lys883Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000520480.1",
          "strand": true,
          "transcript": "ENST00000697408.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 977,
          "aa_ref": "K",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3839,
          "cdna_start": 3241,
          "cds_end": null,
          "cds_length": 2934,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000898450.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2648A>C",
          "hgvs_p": "p.Lys883Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000568509.1",
          "strand": true,
          "transcript": "ENST00000898450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 920,
          "aa_ref": "K",
          "aa_start": 826,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3845,
          "cdna_start": 3246,
          "cds_end": null,
          "cds_length": 2763,
          "cds_start": 2477,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_183395.3",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2477A>C",
          "hgvs_p": "p.Lys826Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_899632.2",
          "strand": true,
          "transcript": "NM_183395.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 863,
          "aa_ref": "K",
          "aa_start": 769,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3492,
          "cdna_start": 2899,
          "cds_end": null,
          "cds_length": 2592,
          "cds_start": 2306,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000959505.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2306A>C",
          "hgvs_p": "p.Lys769Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000629564.1",
          "strand": true,
          "transcript": "ENST00000959505.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "K",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3776,
          "cdna_start": 3177,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017000181.2",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016855670.1",
          "strand": true,
          "transcript": "XM_017000181.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "K",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3721,
          "cdna_start": 3122,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017000182.2",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016855671.1",
          "strand": true,
          "transcript": "XM_017000182.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "K",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3843,
          "cdna_start": 3244,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047443533.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299489.1",
          "strand": true,
          "transcript": "XM_047443533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "K",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4800,
          "cdna_start": 4201,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047443534.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299490.1",
          "strand": true,
          "transcript": "XM_047443534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "K",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4186,
          "cdna_start": 3587,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047443535.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299491.1",
          "strand": true,
          "transcript": "XM_047443535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1036,
          "aa_ref": "K",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3898,
          "cdna_start": 3299,
          "cds_end": null,
          "cds_length": 3111,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047443539.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2825A>C",
          "hgvs_p": "p.Lys942Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299495.1",
          "strand": true,
          "transcript": "XM_047443539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 979,
          "aa_ref": "K",
          "aa_start": 885,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3672,
          "cdna_start": 3073,
          "cds_end": null,
          "cds_length": 2940,
          "cds_start": 2654,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047443546.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2654A>C",
          "hgvs_p": "p.Lys885Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299502.1",
          "strand": true,
          "transcript": "XM_047443546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 979,
          "aa_ref": "K",
          "aa_start": 885,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3672,
          "cdna_start": 3073,
          "cds_end": null,
          "cds_length": 2940,
          "cds_start": 2654,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047443557.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2654A>C",
          "hgvs_p": "p.Lys885Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299513.1",
          "strand": true,
          "transcript": "XM_047443557.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 979,
          "aa_ref": "K",
          "aa_start": 885,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3550,
          "cdna_start": 2951,
          "cds_end": null,
          "cds_length": 2940,
          "cds_start": 2654,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047443562.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2654A>C",
          "hgvs_p": "p.Lys885Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299518.1",
          "strand": true,
          "transcript": "XM_047443562.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 922,
          "aa_ref": "K",
          "aa_start": 828,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3967,
          "cdna_start": 3368,
          "cds_end": null,
          "cds_length": 2769,
          "cds_start": 2483,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_024452862.2",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2483A>C",
          "hgvs_p": "p.Lys828Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024308630.1",
          "strand": true,
          "transcript": "XM_024452862.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 922,
          "aa_ref": "K",
          "aa_start": 828,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3501,
          "cdna_start": 2902,
          "cds_end": null,
          "cds_length": 2769,
          "cds_start": 2483,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047443571.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2483A>C",
          "hgvs_p": "p.Lys828Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299527.1",
          "strand": true,
          "transcript": "XM_047443571.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 922,
          "aa_ref": "K",
          "aa_start": 828,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3845,
          "cdna_start": 3246,
          "cds_end": null,
          "cds_length": 2769,
          "cds_start": 2483,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047443578.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2483A>C",
          "hgvs_p": "p.Lys828Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299534.1",
          "strand": true,
          "transcript": "XM_047443578.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 865,
          "aa_ref": "K",
          "aa_start": 771,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3796,
          "cdna_start": 3197,
          "cds_end": null,
          "cds_length": 2598,
          "cds_start": 2312,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_024452874.2",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2312A>C",
          "hgvs_p": "p.Lys771Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024308642.1",
          "strand": true,
          "transcript": "XM_024452874.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 865,
          "aa_ref": "K",
          "aa_start": 771,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3674,
          "cdna_start": 3075,
          "cds_end": null,
          "cds_length": 2598,
          "cds_start": 2312,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047443582.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "c.2312A>C",
          "hgvs_p": "p.Lys771Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047299538.1",
          "strand": true,
          "transcript": "XM_047443582.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 579,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000532083.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "n.221A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000532083.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3630,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000642259.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "n.*836A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494332.1",
          "strand": true,
          "transcript": "ENST00000642259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3630,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000642259.1",
          "gene_hgnc_id": 16400,
          "gene_symbol": "NLRP3",
          "hgvs_c": "n.*836A>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494332.1",
          "strand": true,
          "transcript": "ENST00000642259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 416,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000784698.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000302155",
          "hgvs_c": "n.158+3957T>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000784698.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 440,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000784699.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000302155",
          "hgvs_c": "n.187+3905T>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000784699.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 397,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_007067005.1",
          "gene_hgnc_id": null,
          "gene_symbol": "LOC124904575",
          "hgvs_c": "n.144+3957T>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "XR_007067005.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs201580005",
      "effect": "missense_variant",
      "frequency_reference_population": 6.8404506e-7,
      "gene_hgnc_id": 16400,
      "gene_symbol": "NLRP3",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.84045e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.39,
      "pos": 247444127,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.096,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_004895.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.