← 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: X-48688936-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "WAS",
          "hgnc_id": 12731,
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "inheritance_mode": "XL,AD",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "NM_001438877.1",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "BS2"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000232828",
          "hgnc_id": null,
          "hgvs_c": "n.821+10088G>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "ENST00000746890.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BS2",
      "acmg_score": -4,
      "allele_count_reference_population": 59,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.0673,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.03,
      "chr": "X",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_disease": "Thrombocytopenia 1,WAS-related disorder,Wiskott-Aldrich syndrome,X-linked severe congenital neutropenia,not provided",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:6 LB:1",
      "computational_prediction_selected": "Uncertain_significance",
      "computational_score_selected": 0.4794342517852783,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1829,
          "cdna_start": 1263,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_000377.3",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000376701.5",
          "protein_coding": true,
          "protein_id": "NP_000368.1",
          "strand": true,
          "transcript": "NM_000377.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1829,
          "cdna_start": 1263,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000376701.5",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000377.3",
          "protein_coding": true,
          "protein_id": "ENSP00000365891.4",
          "strand": true,
          "transcript": "ENST00000376701.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 590,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2786,
          "cdna_start": 1263,
          "cds_end": null,
          "cds_length": 1773,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001438877.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425806.1",
          "strand": true,
          "transcript": "NM_001438877.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 590,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2761,
          "cdna_start": 1257,
          "cds_end": null,
          "cds_length": 1773,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000698635.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513850.1",
          "strand": true,
          "transcript": "ENST00000698635.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 538,
          "aa_ref": "P",
          "aa_start": 351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2630,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 1617,
          "cds_start": 1052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001438878.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1052C>T",
          "hgvs_p": "p.Pro351Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425807.1",
          "strand": true,
          "transcript": "NM_001438878.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 532,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1886,
          "cdna_start": 1234,
          "cds_end": null,
          "cds_length": 1599,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000698626.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513845.1",
          "strand": true,
          "transcript": "ENST00000698626.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1921,
          "cdna_start": 1355,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001438879.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425808.1",
          "strand": true,
          "transcript": "NM_001438879.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1957,
          "cdna_start": 1387,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000698625.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513844.1",
          "strand": true,
          "transcript": "ENST00000698625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1984,
          "cdna_start": 1422,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000906191.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576250.1",
          "strand": true,
          "transcript": "ENST00000906191.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2057,
          "cdna_start": 1491,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000906192.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576251.1",
          "strand": true,
          "transcript": "ENST00000906192.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1974,
          "cdna_start": 1414,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000906193.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576252.1",
          "strand": true,
          "transcript": "ENST00000906193.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2185,
          "cdna_start": 1619,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000906194.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576253.1",
          "strand": true,
          "transcript": "ENST00000906194.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2199,
          "cdna_start": 1633,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000906195.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576254.1",
          "strand": true,
          "transcript": "ENST00000906195.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2174,
          "cdna_start": 1623,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000906196.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576255.1",
          "strand": true,
          "transcript": "ENST00000906196.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 502,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2136,
          "cdna_start": 1570,
          "cds_end": null,
          "cds_length": 1509,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000906197.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576256.1",
          "strand": true,
          "transcript": "ENST00000906197.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "P",
          "aa_start": 374,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1721,
          "cdna_start": 1155,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 1121,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000906200.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1121C>T",
          "hgvs_p": "p.Pro374Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576259.1",
          "strand": true,
          "transcript": "ENST00000906200.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "P",
          "aa_start": 356,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1693,
          "cdna_start": 1127,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 1067,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000906199.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1067C>T",
          "hgvs_p": "p.Pro356Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576258.1",
          "strand": true,
          "transcript": "ENST00000906199.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "P",
          "aa_start": 351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1673,
          "cdna_start": 1107,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 1052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001438876.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1052C>T",
          "hgvs_p": "p.Pro351Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425805.1",
          "strand": true,
          "transcript": "NM_001438876.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "P",
          "aa_start": 351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1686,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 1052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000906198.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1052C>T",
          "hgvs_p": "p.Pro351Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576257.1",
          "strand": true,
          "transcript": "ENST00000906198.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 590,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2878,
          "cdna_start": 1355,
          "cds_end": null,
          "cds_length": 1773,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_017029786.2",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016885275.1",
          "strand": true,
          "transcript": "XM_017029786.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 590,
          "aa_ref": "P",
          "aa_start": 403,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2804,
          "cdna_start": 1281,
          "cds_end": null,
          "cds_length": 1773,
          "cds_start": 1208,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047442432.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1208C>T",
          "hgvs_p": "p.Pro403Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298388.1",
          "strand": true,
          "transcript": "XM_047442432.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 538,
          "aa_ref": "P",
          "aa_start": 351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2722,
          "cdna_start": 1199,
          "cds_end": null,
          "cds_length": 1617,
          "cds_start": 1052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047442433.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1052C>T",
          "hgvs_p": "p.Pro351Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298389.1",
          "strand": true,
          "transcript": "XM_047442433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "L",
          "aa_end": null,
          "aa_length": 450,
          "aa_ref": "P",
          "aa_start": 351,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1765,
          "cdna_start": 1199,
          "cds_end": null,
          "cds_length": 1353,
          "cds_start": 1052,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011543977.3",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "c.1052C>T",
          "hgvs_p": "p.Pro351Leu",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011542279.1",
          "strand": true,
          "transcript": "XM_011543977.3",
          "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": 611,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000474174.2",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "n.452C>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": "ENST00000474174.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1256,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000746890.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000232828",
          "hgvs_c": "n.821+10088G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000746890.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": 322,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000470107.1",
          "gene_hgnc_id": 12731,
          "gene_symbol": "WAS",
          "hgvs_c": "n.-84C>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": "ENST00000470107.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs782666797",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000050789302,
      "gene_hgnc_id": 12731,
      "gene_symbol": "WAS",
      "gnomad_exomes_ac": 53,
      "gnomad_exomes_af": 0.000050461,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 6,
      "gnomad_genomes_af": 0.0000538861,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 16,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "phenotype_combined": "not provided|Thrombocytopenia 1;Wiskott-Aldrich syndrome;X-linked severe congenital neutropenia|WAS-related disorder|Wiskott-Aldrich syndrome",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.106,
      "pos": 48688936,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.483,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001438877.1"
    }
  ]
}
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.