← 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-42022491-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "NKIRAS2",
          "hgnc_id": 17898,
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_017595.6",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 33,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.5144,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.22,
      "chr": "17",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.7791717052459717,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2453,
          "cdna_start": 316,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_017595.6",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000393885.9",
          "protein_coding": true,
          "protein_id": "NP_060065.2",
          "strand": true,
          "transcript": "NM_017595.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2453,
          "cdna_start": 316,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000393885.9",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_017595.6",
          "protein_coding": true,
          "protein_id": "ENSP00000377463.3",
          "strand": true,
          "transcript": "ENST00000393885.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2948,
          "cdna_start": 808,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000307641.9",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000303580.5",
          "strand": true,
          "transcript": "ENST00000307641.9",
          "transcript_support_level": 1
        },
        {
          "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": 4213,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000393879.3",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "n.2076C>T",
          "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": "ENST00000393879.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 229,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 833,
          "cdna_start": 283,
          "cds_end": null,
          "cds_length": 690,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000316082.4",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000312773.4",
          "strand": true,
          "transcript": "ENST00000316082.4",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2389,
          "cdna_start": 252,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001001349.2",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001001349.1",
          "strand": true,
          "transcript": "NM_001001349.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2472,
          "cdna_start": 335,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001144927.2",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138399.1",
          "strand": true,
          "transcript": "NM_001144927.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1644,
          "cdna_start": 374,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000393880.5",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000377458.1",
          "strand": true,
          "transcript": "ENST00000393880.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1598,
          "cdna_start": 328,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000393881.7",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000377459.3",
          "strand": true,
          "transcript": "ENST00000393881.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2169,
          "cdna_start": 882,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000891946.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562005.1",
          "strand": true,
          "transcript": "ENST00000891946.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1731,
          "cdna_start": 444,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000920235.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590294.1",
          "strand": true,
          "transcript": "ENST00000920235.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2564,
          "cdna_start": 432,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000953222.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000623281.1",
          "strand": true,
          "transcript": "ENST00000953222.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 139,
          "aa_ref": "R",
          "aa_start": 29,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 563,
          "cdna_start": 226,
          "cds_end": null,
          "cds_length": 422,
          "cds_start": 85,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000587337.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.85C>T",
          "hgvs_p": "p.Arg29Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000468245.1",
          "strand": true,
          "transcript": "ENST00000587337.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2718,
          "cdna_start": 581,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047435822.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291778.1",
          "strand": true,
          "transcript": "XM_047435822.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "W",
          "aa_end": null,
          "aa_length": 191,
          "aa_ref": "R",
          "aa_start": 63,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2783,
          "cdna_start": 646,
          "cds_end": null,
          "cds_length": 576,
          "cds_start": 187,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047435823.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.187C>T",
          "hgvs_p": "p.Arg63Trp",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291779.1",
          "strand": true,
          "transcript": "XM_047435823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2285,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001144928.2",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138400.1",
          "strand": true,
          "transcript": "NM_001144928.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1461,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000449471.8",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401976.4",
          "strand": true,
          "transcript": "ENST00000449471.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1511,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891944.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562003.1",
          "strand": true,
          "transcript": "ENST00000891944.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1432,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891945.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000562004.1",
          "strand": true,
          "transcript": "ENST00000891945.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2335,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920234.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590293.1",
          "strand": true,
          "transcript": "ENST00000920234.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 97,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2356,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 294,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001144929.2",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138401.1",
          "strand": true,
          "transcript": "NM_001144929.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 97,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 992,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 294,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000479407.5",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000465633.1",
          "strand": true,
          "transcript": "ENST00000479407.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 41,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 585,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 126,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000462043.6",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.94+820C>T",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000419929.2",
          "strand": true,
          "transcript": "ENST00000462043.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047435825.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291781.1",
          "strand": true,
          "transcript": "XM_047435825.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 135,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2221,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 408,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047435826.1",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291782.1",
          "strand": true,
          "transcript": "XM_047435826.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": 1041,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000491638.5",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "n.*81C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000465588.1",
          "strand": true,
          "transcript": "ENST00000491638.5",
          "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": 1041,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000491638.5",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "n.*81C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000465588.1",
          "strand": true,
          "transcript": "ENST00000491638.5",
          "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": 997,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000485789.5",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "n.168+19C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000466135.1",
          "strand": true,
          "transcript": "ENST00000485789.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 45,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 564,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 140,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000585955.5",
          "gene_hgnc_id": 17898,
          "gene_symbol": "NKIRAS2",
          "hgvs_c": "c.*47C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000468081.1",
          "strand": true,
          "transcript": "ENST00000585955.5",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs782370487",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000020448275,
      "gene_hgnc_id": 17898,
      "gene_symbol": "NKIRAS2",
      "gnomad_exomes_ac": 30,
      "gnomad_exomes_af": 0.0000205242,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000197192,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.59,
      "pos": 42022491,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.625,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.019999999552965164,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "transcript": "NM_017595.6"
    }
  ]
}
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.