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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5_Very_Strong"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "ITGB4",
          "hgnc_id": 6158,
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "inheritance_mode": "Unknown,AR,AD",
          "pathogenic_score": 18,
          "score": 18,
          "transcript": "NM_000213.5",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
      "acmg_score": 18,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.6,
      "chr": "17",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_disease": "Junctional epidermolysis bullosa with pyloric atresia",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LP:2",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.6000000238418579,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1822,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5896,
          "cdna_start": 3150,
          "cds_end": null,
          "cds_length": 5469,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_000213.5",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000200181.8",
          "protein_coding": true,
          "protein_id": "NP_000204.3",
          "strand": true,
          "transcript": "NM_000213.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1822,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5896,
          "cdna_start": 3150,
          "cds_end": null,
          "cds_length": 5469,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000200181.8",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000213.5",
          "protein_coding": true,
          "protein_id": "ENSP00000200181.3",
          "strand": true,
          "transcript": "ENST00000200181.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5845,
          "cdna_start": 3150,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000449880.7",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000400217.2",
          "strand": true,
          "transcript": "ENST00000449880.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5645,
          "cdna_start": 3112,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000450894.7",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000405536.3",
          "strand": true,
          "transcript": "ENST00000450894.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5554,
          "cdna_start": 3232,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000579662.5",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000463651.1",
          "strand": true,
          "transcript": "ENST00000579662.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1875,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6112,
          "cdna_start": 3207,
          "cds_end": null,
          "cds_length": 5628,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864029.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534088.1",
          "strand": true,
          "transcript": "ENST00000864029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1875,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6156,
          "cdna_start": 3251,
          "cds_end": null,
          "cds_length": 5628,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864030.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534089.1",
          "strand": true,
          "transcript": "ENST00000864030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1860,
          "aa_ref": "Q",
          "aa_start": 1051,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6100,
          "cdna_start": 3405,
          "cds_end": null,
          "cds_length": 5583,
          "cds_start": 3151,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000948792.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3151C>T",
          "hgvs_p": "p.Gln1051*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618851.1",
          "strand": true,
          "transcript": "ENST00000948792.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1834,
          "aa_ref": "Q",
          "aa_start": 1025,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6031,
          "cdna_start": 3341,
          "cds_end": null,
          "cds_length": 5505,
          "cds_start": 3073,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000864031.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3073C>T",
          "hgvs_p": "p.Gln1025*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534090.1",
          "strand": true,
          "transcript": "ENST00000864031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1834,
          "aa_ref": "Q",
          "aa_start": 1025,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6034,
          "cdna_start": 3342,
          "cds_end": null,
          "cds_length": 5505,
          "cds_start": 3073,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000948787.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3073C>T",
          "hgvs_p": "p.Gln1025*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618846.1",
          "strand": true,
          "transcript": "ENST00000948787.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1822,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5976,
          "cdna_start": 3227,
          "cds_end": null,
          "cds_length": 5469,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864028.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534087.1",
          "strand": true,
          "transcript": "ENST00000864028.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1822,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5936,
          "cdna_start": 3195,
          "cds_end": null,
          "cds_length": 5469,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864039.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534098.1",
          "strand": true,
          "transcript": "ENST00000864039.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1821,
          "aa_ref": "Q",
          "aa_start": 995,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5847,
          "cdna_start": 3099,
          "cds_end": null,
          "cds_length": 5466,
          "cds_start": 2983,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000948791.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2983C>T",
          "hgvs_p": "p.Gln995*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618850.1",
          "strand": true,
          "transcript": "ENST00000948791.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1814,
          "aa_ref": "Q",
          "aa_start": 1005,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5987,
          "cdna_start": 3298,
          "cds_end": null,
          "cds_length": 5445,
          "cds_start": 3013,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000948790.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3013C>T",
          "hgvs_p": "p.Gln1005*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618849.1",
          "strand": true,
          "transcript": "ENST00000948790.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1808,
          "aa_ref": "Q",
          "aa_start": 1052,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5830,
          "cdna_start": 3295,
          "cds_end": null,
          "cds_length": 5427,
          "cds_start": 3154,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864040.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3154C>T",
          "hgvs_p": "p.Gln1052*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534099.1",
          "strand": true,
          "transcript": "ENST00000864040.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5845,
          "cdna_start": 3150,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001005619.2",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001005619.1",
          "strand": true,
          "transcript": "NM_001005619.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5995,
          "cdna_start": 3297,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864027.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534086.1",
          "strand": true,
          "transcript": "ENST00000864027.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5763,
          "cdna_start": 3070,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864041.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534100.1",
          "strand": true,
          "transcript": "ENST00000864041.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5748,
          "cdna_start": 3052,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000948785.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618844.1",
          "strand": true,
          "transcript": "ENST00000948785.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1805,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6827,
          "cdna_start": 4134,
          "cds_end": null,
          "cds_length": 5418,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000948793.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618852.1",
          "strand": true,
          "transcript": "ENST00000948793.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1798,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5725,
          "cdna_start": 3051,
          "cds_end": null,
          "cds_length": 5397,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864034.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534093.1",
          "strand": true,
          "transcript": "ENST00000864034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1781,
          "aa_ref": "Q",
          "aa_start": 1025,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5659,
          "cdna_start": 3123,
          "cds_end": null,
          "cds_length": 5346,
          "cds_start": 3073,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000864037.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3073C>T",
          "hgvs_p": "p.Gln1025*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534096.1",
          "strand": true,
          "transcript": "ENST00000864037.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1756,
          "aa_ref": "Q",
          "aa_start": 1000,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5679,
          "cdna_start": 3143,
          "cds_end": null,
          "cds_length": 5271,
          "cds_start": 2998,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000939590.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2998C>T",
          "hgvs_p": "p.Gln1000*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609649.1",
          "strand": true,
          "transcript": "ENST00000939590.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5686,
          "cdna_start": 3150,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001005731.3",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001005731.1",
          "strand": true,
          "transcript": "NM_001005731.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5637,
          "cdna_start": 3101,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001321123.2",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308052.1",
          "strand": true,
          "transcript": "NM_001321123.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5700,
          "cdna_start": 3166,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864026.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534085.1",
          "strand": true,
          "transcript": "ENST00000864026.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5776,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864038.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534097.1",
          "strand": true,
          "transcript": "ENST00000864038.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5777,
          "cdna_start": 3245,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000948789.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618848.1",
          "strand": true,
          "transcript": "ENST00000948789.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1752,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5608,
          "cdna_start": 3073,
          "cds_end": null,
          "cds_length": 5259,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000948794.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618853.1",
          "strand": true,
          "transcript": "ENST00000948794.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1745,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5552,
          "cdna_start": 3036,
          "cds_end": null,
          "cds_length": 5238,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864036.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534095.1",
          "strand": true,
          "transcript": "ENST00000864036.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1728,
          "aa_ref": "Q",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5711,
          "cdna_start": 3175,
          "cds_end": null,
          "cds_length": 5187,
          "cds_start": 2914,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864032.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2914C>T",
          "hgvs_p": "p.Gln972*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534091.1",
          "strand": true,
          "transcript": "ENST00000864032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1728,
          "aa_ref": "Q",
          "aa_start": 972,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5711,
          "cdna_start": 3176,
          "cds_end": null,
          "cds_length": 5187,
          "cds_start": 2914,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000948788.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2914C>T",
          "hgvs_p": "p.Gln972*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618847.1",
          "strand": true,
          "transcript": "ENST00000948788.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1714,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5500,
          "cdna_start": 3077,
          "cds_end": null,
          "cds_length": 5145,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000864033.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534092.1",
          "strand": true,
          "transcript": "ENST00000864033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1705,
          "aa_ref": "Q",
          "aa_start": 949,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5439,
          "cdna_start": 2902,
          "cds_end": null,
          "cds_length": 5118,
          "cds_start": 2845,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 37,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000864035.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2845C>T",
          "hgvs_p": "p.Gln949*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534094.1",
          "strand": true,
          "transcript": "ENST00000864035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1702,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5536,
          "cdna_start": 3150,
          "cds_end": null,
          "cds_length": 5109,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 38,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001438834.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425763.1",
          "strand": true,
          "transcript": "NM_001438834.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1672,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5550,
          "cdna_start": 3256,
          "cds_end": null,
          "cds_length": 5019,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 38,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000948786.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618845.1",
          "strand": true,
          "transcript": "ENST00000948786.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1910,
          "aa_ref": "Q",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6145,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5733,
          "cds_start": 3091,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_006721866.4",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3091C>T",
          "hgvs_p": "p.Gln1031*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006721929.1",
          "strand": true,
          "transcript": "XM_006721866.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1875,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6006,
          "cdna_start": 3101,
          "cds_end": null,
          "cds_length": 5628,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_005257309.3",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005257366.1",
          "strand": true,
          "transcript": "XM_005257309.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1875,
          "aa_ref": "Q",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6055,
          "cdna_start": 3150,
          "cds_end": null,
          "cds_length": 5628,
          "cds_start": 2986,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 41,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_005257311.5",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.2986C>T",
          "hgvs_p": "p.Gln996*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005257368.1",
          "strand": true,
          "transcript": "XM_005257311.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1867,
          "aa_ref": "Q",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6250,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5604,
          "cds_start": 3091,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047435926.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3091C>T",
          "hgvs_p": "p.Gln1031*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291882.1",
          "strand": true,
          "transcript": "XM_047435926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1857,
          "aa_ref": "Q",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5986,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5574,
          "cds_start": 3091,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_006721867.4",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3091C>T",
          "hgvs_p": "p.Gln1031*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006721930.1",
          "strand": true,
          "transcript": "XM_006721867.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1840,
          "aa_ref": "Q",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5935,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5523,
          "cds_start": 3091,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 40,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_006721868.4",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3091C>T",
          "hgvs_p": "p.Gln1031*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006721931.1",
          "strand": true,
          "transcript": "XM_006721868.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1807,
          "aa_ref": "Q",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5836,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5424,
          "cds_start": 3091,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_011524751.3",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3091C>T",
          "hgvs_p": "p.Gln1031*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011523053.1",
          "strand": true,
          "transcript": "XM_011524751.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1787,
          "aa_ref": "Q",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5776,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5364,
          "cds_start": 3091,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 39,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_006721870.4",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3091C>T",
          "hgvs_p": "p.Gln1031*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006721933.1",
          "strand": true,
          "transcript": "XM_006721870.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1737,
          "aa_ref": "Q",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5626,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 5214,
          "cds_start": 3091,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 38,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047435928.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.3091C>T",
          "hgvs_p": "p.Gln1031*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047291884.1",
          "strand": true,
          "transcript": "XM_047435928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 1190,
          "aa_ref": "Q",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4386,
          "cdna_start": 1481,
          "cds_end": null,
          "cds_length": 3573,
          "cds_start": 931,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 26,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011524752.3",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.931C>T",
          "hgvs_p": "p.Gln311*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011523054.1",
          "strand": true,
          "transcript": "XM_011524752.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 114,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 458,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 345,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000582629.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "c.266-13890C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000463788.1",
          "strand": true,
          "transcript": "ENST00000582629.1",
          "transcript_support_level": 3
        },
        {
          "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": 804,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000584025.1",
          "gene_hgnc_id": 6158,
          "gene_symbol": "ITGB4",
          "hgvs_c": "n.362C>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": "ENST00000584025.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs772142634",
      "effect": "stop_gained",
      "frequency_reference_population": 0.0000020529806,
      "gene_hgnc_id": 6158,
      "gene_symbol": "ITGB4",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000205298,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely pathogenic",
      "phenotype_combined": "Junctional epidermolysis bullosa with pyloric atresia",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.294,
      "pos": 75743736,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.029999999329447746,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "transcript": "NM_000213.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.