← 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: 20-34440222-GACAAAT-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM4"
          ],
          "effects": [
            "conservative_inframe_deletion"
          ],
          "gene_symbol": "ITCH",
          "hgnc_id": 13890,
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_001257137.3",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000289720",
          "hgnc_id": null,
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "ENST00000696979.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM4",
      "acmg_score": 2,
      "allele_count_reference_population": 188,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "20",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Syndromic multisystem autoimmune disease due to ITCH deficiency",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6743,
          "cdna_start": 938,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_031483.7",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000374864.10",
          "protein_coding": true,
          "protein_id": "NP_113671.3",
          "strand": true,
          "transcript": "NM_031483.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6743,
          "cdna_start": 938,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000374864.10",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_031483.7",
          "protein_coding": true,
          "protein_id": "ENSP00000363998.4",
          "strand": true,
          "transcript": "ENST00000374864.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 903,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6447,
          "cdna_start": 1022,
          "cds_end": null,
          "cds_length": 2712,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000262650.11",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000262650.5",
          "strand": true,
          "transcript": "ENST00000262650.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3463,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000696979.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289720",
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513014.1",
          "strand": true,
          "transcript": "ENST00000696979.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 909,
          "aa_ref": "NT",
          "aa_start": 302,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2987,
          "cdna_start": 1024,
          "cds_end": null,
          "cds_length": 2730,
          "cds_start": 904,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000884259.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.904_909delAATACA",
          "hgvs_p": "p.Asn302_Thr303del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554318.1",
          "strand": true,
          "transcript": "ENST00000884259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 903,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6866,
          "cdna_start": 1061,
          "cds_end": null,
          "cds_length": 2712,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001257137.3",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244066.1",
          "strand": true,
          "transcript": "NM_001257137.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 903,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6887,
          "cdna_start": 1082,
          "cds_end": null,
          "cds_length": 2712,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001324197.2",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001311126.1",
          "strand": true,
          "transcript": "NM_001324197.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 903,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3159,
          "cdna_start": 1039,
          "cds_end": null,
          "cds_length": 2712,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000665346.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499786.1",
          "strand": true,
          "transcript": "ENST00000665346.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": "NT",
          "aa_start": 293,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4484,
          "cdna_start": 1045,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": 877,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000670516.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.877_882delAATACA",
          "hgvs_p": "p.Asn293_Thr294del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499526.1",
          "strand": true,
          "transcript": "ENST00000670516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 871,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3685,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 2616,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884255.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554314.1",
          "strand": true,
          "transcript": "ENST00000884255.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 866,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3254,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 2601,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000696975.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513012.1",
          "strand": true,
          "transcript": "ENST00000696975.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6764,
          "cdna_start": 959,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001324198.2",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001311127.1",
          "strand": true,
          "transcript": "NM_001324198.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6404,
          "cdna_start": 981,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884253.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554312.1",
          "strand": true,
          "transcript": "ENST00000884253.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3799,
          "cdna_start": 1076,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000884254.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554313.1",
          "strand": true,
          "transcript": "ENST00000884254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3111,
          "cdna_start": 1052,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 26,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000884258.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554317.1",
          "strand": true,
          "transcript": "ENST00000884258.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 830,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5266,
          "cdna_start": 976,
          "cds_end": null,
          "cds_length": 2493,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000665484.2",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499605.1",
          "strand": true,
          "transcript": "ENST00000665484.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 816,
          "aa_ref": "NT",
          "aa_start": 209,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3510,
          "cdna_start": 783,
          "cds_end": null,
          "cds_length": 2451,
          "cds_start": 625,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000938729.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.625_630delAATACA",
          "hgvs_p": "p.Asn209_Thr210del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608788.1",
          "strand": true,
          "transcript": "ENST00000938729.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 779,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4111,
          "cdna_start": 921,
          "cds_end": null,
          "cds_length": 2340,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000660337.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000499685.1",
          "strand": true,
          "transcript": "ENST00000660337.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 773,
          "aa_ref": "NT",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5203,
          "cdna_start": 676,
          "cds_end": null,
          "cds_length": 2322,
          "cds_start": 496,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 23,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000943493.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.496_501delAATACA",
          "hgvs_p": "p.Asn166_Thr167del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000613552.1",
          "strand": true,
          "transcript": "ENST00000943493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "NT",
          "aa_start": 145,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6601,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 433,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001257138.3",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.433_438delAATACA",
          "hgvs_p": "p.Asn145_Thr146del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001244067.1",
          "strand": true,
          "transcript": "NM_001257138.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "NT",
          "aa_start": 145,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6218,
          "cdna_start": 793,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 433,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000535650.8",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.433_438delAATACA",
          "hgvs_p": "p.Asn145_Thr146del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000445608.1",
          "strand": true,
          "transcript": "ENST00000535650.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 639,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2953,
          "cdna_start": 921,
          "cds_end": null,
          "cds_length": 1920,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884256.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554315.1",
          "strand": true,
          "transcript": "ENST00000884256.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 903,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7696,
          "cdna_start": 1891,
          "cds_end": null,
          "cds_length": 2712,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017028089.2",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016883578.1",
          "strand": true,
          "transcript": "XM_017028089.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 903,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6737,
          "cdna_start": 932,
          "cds_end": null,
          "cds_length": 2712,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_024452005.2",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024307773.1",
          "strand": true,
          "transcript": "XM_024452005.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 862,
          "aa_ref": "NT",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7567,
          "cdna_start": 1762,
          "cds_end": null,
          "cds_length": 2589,
          "cds_start": 763,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047440532.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.763_768delAATACA",
          "hgvs_p": "p.Asn255_Thr256del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296488.1",
          "strand": true,
          "transcript": "XM_047440532.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 793,
          "aa_ref": "NT",
          "aa_start": 186,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6775,
          "cdna_start": 970,
          "cds_end": null,
          "cds_length": 2382,
          "cds_start": 556,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047440533.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.556_561delAATACA",
          "hgvs_p": "p.Asn186_Thr187del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296489.1",
          "strand": true,
          "transcript": "XM_047440533.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 793,
          "aa_ref": "NT",
          "aa_start": 186,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7194,
          "cdna_start": 1389,
          "cds_end": null,
          "cds_length": 2382,
          "cds_start": 556,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 24,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047440534.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.556_561delAATACA",
          "hgvs_p": "p.Asn186_Thr187del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296490.1",
          "strand": true,
          "transcript": "XM_047440534.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 752,
          "aa_ref": "NT",
          "aa_start": 145,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7071,
          "cdna_start": 1266,
          "cds_end": null,
          "cds_length": 2259,
          "cds_start": 433,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 23,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047440535.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.433_438delAATACA",
          "hgvs_p": "p.Asn145_Thr146del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296491.1",
          "strand": true,
          "transcript": "XM_047440535.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 692,
          "aa_ref": "NT",
          "aa_start": 85,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6197,
          "cdna_start": 392,
          "cds_end": null,
          "cds_length": 2079,
          "cds_start": 253,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047440536.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.253_258delAATACA",
          "hgvs_p": "p.Asn85_Thr86del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296492.1",
          "strand": true,
          "transcript": "XM_047440536.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 692,
          "aa_ref": "NT",
          "aa_start": 85,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6161,
          "cdna_start": 356,
          "cds_end": null,
          "cds_length": 2079,
          "cds_start": 253,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047440537.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.253_258delAATACA",
          "hgvs_p": "p.Asn85_Thr86del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296493.1",
          "strand": true,
          "transcript": "XM_047440537.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 594,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2095,
          "cdna_start": 1061,
          "cds_end": null,
          "cds_length": 1785,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047440538.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296494.1",
          "strand": true,
          "transcript": "XM_047440538.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 445,
          "aa_ref": "NT",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2105,
          "cdna_start": 1061,
          "cds_end": null,
          "cds_length": 1338,
          "cds_start": 886,
          "consequences": [
            "conservative_inframe_deletion"
          ],
          "exon_count": 14,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047440539.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.886_891delAATACA",
          "hgvs_p": "p.Asn296_Thr297del",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047296495.1",
          "strand": true,
          "transcript": "XM_047440539.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 617,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2983,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 20,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884257.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "c.476-17152_476-17147delAATACA",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554316.1",
          "strand": true,
          "transcript": "ENST00000884257.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": 5313,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000461661.2",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000491176.2",
          "strand": true,
          "transcript": "ENST00000461661.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000662871.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "n.899_904delAATACA",
          "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": "ENST00000662871.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": 3420,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 29,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000664852.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289720",
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000499754.1",
          "strand": true,
          "transcript": "ENST00000664852.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": 3496,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000696974.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513011.1",
          "strand": true,
          "transcript": "ENST00000696974.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": 2299,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000696976.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "n.432_437delAATACA",
          "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": "ENST00000696976.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": 653,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000696977.1",
          "gene_hgnc_id": 13890,
          "gene_symbol": "ITCH",
          "hgvs_c": "n.140_145delAATACA",
          "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": "ENST00000696977.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": 3586,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000696978.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289720",
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513013.1",
          "strand": true,
          "transcript": "ENST00000696978.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": 3414,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000696980.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289720",
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513015.1",
          "strand": true,
          "transcript": "ENST00000696980.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": 3460,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000696981.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000289720",
          "hgvs_c": "n.763_768delAATACA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000513016.1",
          "strand": true,
          "transcript": "ENST00000696981.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs752161809",
      "effect": "conservative_inframe_deletion",
      "frequency_reference_population": 0.00011652989,
      "gene_hgnc_id": 13890,
      "gene_symbol": "ITCH",
      "gnomad_exomes_ac": 180,
      "gnomad_exomes_af": 0.000123184,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 8,
      "gnomad_genomes_af": 0.0000526018,
      "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": "Syndromic multisystem autoimmune disease due to ITCH deficiency",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.297,
      "pos": 34440222,
      "ref": "GACAAAT",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_001257137.3"
    }
  ]
}
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.