← 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: 12-55688946-CC-TT (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=55688946&ref=CC&alt=TT&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ITGA7",
          "hgnc_id": 6143,
          "hgvs_c": "c.2987_2988delGGinsAA",
          "hgvs_p": "p.Arg996Gln",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_001410977.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "12",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1137,
          "aa_ref": "R",
          "aa_start": 952,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4126,
          "cdna_start": 3078,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2855,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_002206.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2855_2856delGGinsAA",
          "hgvs_p": "p.Arg952Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000257879.11",
          "protein_coding": true,
          "protein_id": "NP_002197.2",
          "strand": false,
          "transcript": "NM_002206.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1137,
          "aa_ref": "R",
          "aa_start": 952,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4126,
          "cdna_start": 3078,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2855,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000257879.11",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2855_2856delGGinsAA",
          "hgvs_p": "p.Arg952Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002206.3",
          "protein_coding": true,
          "protein_id": "ENSP00000257879.7",
          "strand": false,
          "transcript": "ENST00000257879.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "R",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4138,
          "cdna_start": 3090,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000553804.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867_2868delGGinsAA",
          "hgvs_p": "p.Arg956Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452120.1",
          "strand": false,
          "transcript": "ENST00000553804.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1181,
          "aa_ref": "R",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4258,
          "cdna_start": 3210,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001410977.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2987_2988delGGinsAA",
          "hgvs_p": "p.Arg996Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397906.1",
          "strand": false,
          "transcript": "NM_001410977.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1181,
          "aa_ref": "R",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3930,
          "cdna_start": 3017,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000555728.5",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2987_2988delGGinsAA",
          "hgvs_p": "p.Arg996Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000452387.1",
          "strand": false,
          "transcript": "ENST00000555728.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1175,
          "aa_ref": "R",
          "aa_start": 990,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4238,
          "cdna_start": 3190,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 2969,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888141.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2969_2970delGGinsAA",
          "hgvs_p": "p.Arg990Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558199.1",
          "strand": false,
          "transcript": "ENST00000888141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1170,
          "aa_ref": "R",
          "aa_start": 985,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4228,
          "cdna_start": 3180,
          "cds_end": null,
          "cds_length": 3513,
          "cds_start": 2954,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888137.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2954_2955delGGinsAA",
          "hgvs_p": "p.Arg985Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558196.1",
          "strand": false,
          "transcript": "ENST00000888137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1148,
          "aa_ref": "R",
          "aa_start": 963,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4126,
          "cdna_start": 3078,
          "cds_end": null,
          "cds_length": 3447,
          "cds_start": 2888,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888151.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2888_2889delGGinsAA",
          "hgvs_p": "p.Arg963Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558210.1",
          "strand": false,
          "transcript": "ENST00000888151.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "R",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4138,
          "cdna_start": 3090,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001144996.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867_2868delGGinsAA",
          "hgvs_p": "p.Arg956Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138468.1",
          "strand": false,
          "transcript": "NM_001144996.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1140,
          "aa_ref": "R",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4105,
          "cdna_start": 3060,
          "cds_end": null,
          "cds_length": 3423,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888150.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867_2868delGGinsAA",
          "hgvs_p": "p.Arg956Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558209.1",
          "strand": false,
          "transcript": "ENST00000888150.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1136,
          "aa_ref": "R",
          "aa_start": 952,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4115,
          "cdna_start": 3076,
          "cds_end": null,
          "cds_length": 3411,
          "cds_start": 2855,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945417.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2855_2856delGGinsAA",
          "hgvs_p": "p.Arg952Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615476.1",
          "strand": false,
          "transcript": "ENST00000945417.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1135,
          "aa_ref": "R",
          "aa_start": 950,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4120,
          "cdna_start": 3072,
          "cds_end": null,
          "cds_length": 3408,
          "cds_start": 2849,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414029.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2849_2850delGGinsAA",
          "hgvs_p": "p.Arg950Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400958.1",
          "strand": false,
          "transcript": "NM_001414029.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1135,
          "aa_ref": "R",
          "aa_start": 950,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4151,
          "cdna_start": 3103,
          "cds_end": null,
          "cds_length": 3408,
          "cds_start": 2849,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888129.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2849_2850delGGinsAA",
          "hgvs_p": "p.Arg950Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558189.1",
          "strand": false,
          "transcript": "ENST00000888129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "R",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4117,
          "cdna_start": 3069,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 2843,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888135.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2843_2844delGGinsAA",
          "hgvs_p": "p.Arg948Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558193.1",
          "strand": false,
          "transcript": "ENST00000888135.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1131,
          "aa_ref": "R",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4108,
          "cdna_start": 3060,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 2837,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001374465.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2837_2838delGGinsAA",
          "hgvs_p": "p.Arg946Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001361394.1",
          "strand": false,
          "transcript": "NM_001374465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1131,
          "aa_ref": "R",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4084,
          "cdna_start": 3040,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 2837,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000347027.10",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2837_2838delGGinsAA",
          "hgvs_p": "p.Arg946Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000343009.6",
          "strand": false,
          "transcript": "ENST00000347027.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1130,
          "aa_ref": "R",
          "aa_start": 945,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4096,
          "cdna_start": 3048,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 2834,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888145.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2834_2835delGGinsAA",
          "hgvs_p": "p.Arg945Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558204.1",
          "strand": false,
          "transcript": "ENST00000888145.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "R",
          "aa_start": 944,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4006,
          "cdna_start": 2964,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2831,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945420.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2831_2832delGGinsAA",
          "hgvs_p": "p.Arg944Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615479.1",
          "strand": false,
          "transcript": "ENST00000945420.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1128,
          "aa_ref": "R",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4094,
          "cdna_start": 3050,
          "cds_end": null,
          "cds_length": 3387,
          "cds_start": 2828,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945415.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2828_2829delGGinsAA",
          "hgvs_p": "p.Arg943Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615474.1",
          "strand": false,
          "transcript": "ENST00000945415.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "R",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4096,
          "cdna_start": 3048,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000912204.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2825_2826delGGinsAA",
          "hgvs_p": "p.Arg942Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582263.1",
          "strand": false,
          "transcript": "ENST00000912204.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1126,
          "aa_ref": "R",
          "aa_start": 941,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4040,
          "cdna_start": 2992,
          "cds_end": null,
          "cds_length": 3381,
          "cds_start": 2822,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888152.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2822_2823delGGinsAA",
          "hgvs_p": "p.Arg941Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558211.1",
          "strand": false,
          "transcript": "ENST00000888152.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1122,
          "aa_ref": "R",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3739,
          "cdna_start": 2868,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000557555.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867_2868delGGinsAA",
          "hgvs_p": "p.Arg956Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000451039.3",
          "strand": false,
          "transcript": "ENST00000557555.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1120,
          "aa_ref": "R",
          "aa_start": 935,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4049,
          "cdna_start": 3001,
          "cds_end": null,
          "cds_length": 3363,
          "cds_start": 2804,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888149.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2804_2805delGGinsAA",
          "hgvs_p": "p.Arg935Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558208.1",
          "strand": false,
          "transcript": "ENST00000888149.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1118,
          "aa_ref": "R",
          "aa_start": 933,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4069,
          "cdna_start": 3021,
          "cds_end": null,
          "cds_length": 3357,
          "cds_start": 2798,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888138.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2798_2799delGGinsAA",
          "hgvs_p": "p.Arg933Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558197.1",
          "strand": false,
          "transcript": "ENST00000888138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "R",
          "aa_start": 932,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3811,
          "cdna_start": 2796,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 2795,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000691973.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2795_2796delGGinsAA",
          "hgvs_p": "p.Arg932Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000509141.1",
          "strand": false,
          "transcript": "ENST00000691973.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "R",
          "aa_start": 928,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4039,
          "cdna_start": 3006,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 2783,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888147.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2783_2784delGGinsAA",
          "hgvs_p": "p.Arg928Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558206.1",
          "strand": false,
          "transcript": "ENST00000888147.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1112,
          "aa_ref": "R",
          "aa_start": 927,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4051,
          "cdna_start": 3003,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 2780,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414030.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2780_2781delGGinsAA",
          "hgvs_p": "p.Arg927Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400959.1",
          "strand": false,
          "transcript": "NM_001414030.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": "R",
          "aa_start": 923,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4039,
          "cdna_start": 2991,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414031.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2768_2769delGGinsAA",
          "hgvs_p": "p.Arg923Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400960.1",
          "strand": false,
          "transcript": "NM_001414031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1102,
          "aa_ref": "R",
          "aa_start": 917,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3866,
          "cdna_start": 2822,
          "cds_end": null,
          "cds_length": 3309,
          "cds_start": 2750,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945422.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2750_2751delGGinsAA",
          "hgvs_p": "p.Arg917Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615481.1",
          "strand": false,
          "transcript": "ENST00000945422.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "R",
          "aa_start": 912,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4006,
          "cdna_start": 2958,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 2735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414032.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2735_2736delGGinsAA",
          "hgvs_p": "p.Arg912Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400961.1",
          "strand": false,
          "transcript": "NM_001414032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "R",
          "aa_start": 912,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3980,
          "cdna_start": 2932,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 2735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888148.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2735_2736delGGinsAA",
          "hgvs_p": "p.Arg912Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558207.1",
          "strand": false,
          "transcript": "ENST00000888148.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1095,
          "aa_ref": "R",
          "aa_start": 910,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4022,
          "cdna_start": 2974,
          "cds_end": null,
          "cds_length": 3288,
          "cds_start": 2729,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888132.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2729_2730delGGinsAA",
          "hgvs_p": "p.Arg910Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558191.1",
          "strand": false,
          "transcript": "ENST00000888132.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "R",
          "aa_start": 906,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3979,
          "cdna_start": 2931,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 2717,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888144.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2717_2718delGGinsAA",
          "hgvs_p": "p.Arg906Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558203.1",
          "strand": false,
          "transcript": "ENST00000888144.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": "R",
          "aa_start": 902,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3974,
          "cdna_start": 2926,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2705,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888142.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2705_2706delGGinsAA",
          "hgvs_p": "p.Arg902Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558201.1",
          "strand": false,
          "transcript": "ENST00000888142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1076,
          "aa_ref": "R",
          "aa_start": 891,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3943,
          "cdna_start": 2895,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414033.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2672_2673delGGinsAA",
          "hgvs_p": "p.Arg891Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400962.1",
          "strand": false,
          "transcript": "NM_001414033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1076,
          "aa_ref": "R",
          "aa_start": 891,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3943,
          "cdna_start": 2895,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888139.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2672_2673delGGinsAA",
          "hgvs_p": "p.Arg891Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558198.1",
          "strand": false,
          "transcript": "ENST00000888139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1076,
          "aa_ref": "R",
          "aa_start": 891,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3861,
          "cdna_start": 2813,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000912205.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2672_2673delGGinsAA",
          "hgvs_p": "p.Arg891Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000582264.1",
          "strand": false,
          "transcript": "ENST00000912205.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1072,
          "aa_ref": "R",
          "aa_start": 887,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3941,
          "cdna_start": 2893,
          "cds_end": null,
          "cds_length": 3219,
          "cds_start": 2660,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888133.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2660_2661delGGinsAA",
          "hgvs_p": "p.Arg887Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558192.1",
          "strand": false,
          "transcript": "ENST00000888133.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1066,
          "aa_ref": "R",
          "aa_start": 881,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3898,
          "cdna_start": 2865,
          "cds_end": null,
          "cds_length": 3201,
          "cds_start": 2642,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888146.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2642_2643delGGinsAA",
          "hgvs_p": "p.Arg881Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558205.1",
          "strand": false,
          "transcript": "ENST00000888146.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1062,
          "aa_ref": "R",
          "aa_start": 877,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3901,
          "cdna_start": 2853,
          "cds_end": null,
          "cds_length": 3189,
          "cds_start": 2630,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414034.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2630_2631delGGinsAA",
          "hgvs_p": "p.Arg877Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400963.1",
          "strand": false,
          "transcript": "NM_001414034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1062,
          "aa_ref": "R",
          "aa_start": 877,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3904,
          "cdna_start": 2856,
          "cds_end": null,
          "cds_length": 3189,
          "cds_start": 2630,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888136.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2630_2631delGGinsAA",
          "hgvs_p": "p.Arg877Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558194.1",
          "strand": false,
          "transcript": "ENST00000888136.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1061,
          "aa_ref": "R",
          "aa_start": 877,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3888,
          "cdna_start": 2849,
          "cds_end": null,
          "cds_length": 3186,
          "cds_start": 2630,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945418.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2630_2631delGGinsAA",
          "hgvs_p": "p.Arg877Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615477.1",
          "strand": false,
          "transcript": "ENST00000945418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1056,
          "aa_ref": "R",
          "aa_start": 871,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3877,
          "cdna_start": 2833,
          "cds_end": null,
          "cds_length": 3171,
          "cds_start": 2612,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945416.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2612_2613delGGinsAA",
          "hgvs_p": "p.Arg871Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615475.1",
          "strand": false,
          "transcript": "ENST00000945416.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1044,
          "aa_ref": "R",
          "aa_start": 859,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3764,
          "cdna_start": 2716,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001144997.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2576_2577delGGinsAA",
          "hgvs_p": "p.Arg859Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138469.1",
          "strand": false,
          "transcript": "NM_001144997.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1044,
          "aa_ref": "R",
          "aa_start": 859,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3763,
          "cdna_start": 2719,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000452168.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2576_2577delGGinsAA",
          "hgvs_p": "p.Arg859Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000393844.2",
          "strand": false,
          "transcript": "ENST00000452168.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1044,
          "aa_ref": "R",
          "aa_start": 859,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3756,
          "cdna_start": 2708,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945419.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2576_2577delGGinsAA",
          "hgvs_p": "p.Arg859Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615478.1",
          "strand": false,
          "transcript": "ENST00000945419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1039,
          "aa_ref": "R",
          "aa_start": 854,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3733,
          "cdna_start": 2692,
          "cds_end": null,
          "cds_length": 3120,
          "cds_start": 2561,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945421.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2561_2562delGGinsAA",
          "hgvs_p": "p.Arg854Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615480.1",
          "strand": false,
          "transcript": "ENST00000945421.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1028,
          "aa_ref": "R",
          "aa_start": 843,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3934,
          "cdna_start": 2886,
          "cds_end": null,
          "cds_length": 3087,
          "cds_start": 2528,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001367993.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2528_2529delGGinsAA",
          "hgvs_p": "p.Arg843Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354922.1",
          "strand": false,
          "transcript": "NM_001367993.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": "R",
          "aa_start": 840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3674,
          "cdna_start": 2626,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2519,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888153.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2519_2520delGGinsAA",
          "hgvs_p": "p.Arg840Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000558212.1",
          "strand": false,
          "transcript": "ENST00000888153.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1024,
          "aa_ref": "R",
          "aa_start": 839,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": 2830,
          "cds_end": null,
          "cds_length": 3075,
          "cds_start": 2516,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001414035.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2516_2517delGGinsAA",
          "hgvs_p": "p.Arg839Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001400964.1",
          "strand": false,
          "transcript": "NM_001414035.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 979,
          "aa_ref": "R",
          "aa_start": 794,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3056,
          "cdna_start": 2498,
          "cds_end": null,
          "cds_length": 2940,
          "cds_start": 2381,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000557257.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2381_2382delGGinsAA",
          "hgvs_p": "p.Arg794Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000450578.2",
          "strand": false,
          "transcript": "ENST00000557257.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 689,
          "aa_ref": "R",
          "aa_start": 504,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3954,
          "cdna_start": 2906,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": 1511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001367994.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.1511_1512delGGinsAA",
          "hgvs_p": "p.Arg504Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354923.1",
          "strand": false,
          "transcript": "NM_001367994.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1175,
          "aa_ref": "R",
          "aa_start": 990,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4240,
          "cdna_start": 3192,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 2969,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005268840.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2969_2970delGGinsAA",
          "hgvs_p": "p.Arg990Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005268897.1",
          "strand": false,
          "transcript": "XM_005268840.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1162,
          "aa_ref": "R",
          "aa_start": 996,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4371,
          "cdna_start": 3210,
          "cds_end": null,
          "cds_length": 3489,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005268841.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2987_2988delGGinsAA",
          "hgvs_p": "p.Arg996Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005268898.1",
          "strand": false,
          "transcript": "XM_005268841.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "R",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3992,
          "cdna_start": 2944,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005268844.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2648_2649delGGinsAA",
          "hgvs_p": "p.Arg883Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005268901.1",
          "strand": false,
          "transcript": "XM_005268844.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "R",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4010,
          "cdna_start": 2962,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428792.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2648_2649delGGinsAA",
          "hgvs_p": "p.Arg883Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284748.1",
          "strand": false,
          "transcript": "XM_047428792.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "R",
          "aa_start": 883,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4054,
          "cdna_start": 3006,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428793.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2648_2649delGGinsAA",
          "hgvs_p": "p.Arg883Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284749.1",
          "strand": false,
          "transcript": "XM_047428793.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "R",
          "aa_start": 866,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3897,
          "cdna_start": 2849,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017019265.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597_2598delGGinsAA",
          "hgvs_p": "p.Arg866Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016874754.1",
          "strand": false,
          "transcript": "XM_017019265.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "R",
          "aa_start": 866,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3941,
          "cdna_start": 2893,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428794.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597_2598delGGinsAA",
          "hgvs_p": "p.Arg866Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284750.1",
          "strand": false,
          "transcript": "XM_047428794.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "R",
          "aa_start": 866,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3893,
          "cdna_start": 2845,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428795.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597_2598delGGinsAA",
          "hgvs_p": "p.Arg866Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284751.1",
          "strand": false,
          "transcript": "XM_047428795.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "R",
          "aa_start": 866,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3937,
          "cdna_start": 2889,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428796.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597_2598delGGinsAA",
          "hgvs_p": "p.Arg866Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284752.1",
          "strand": false,
          "transcript": "XM_047428796.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1024,
          "aa_ref": "R",
          "aa_start": 839,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3893,
          "cdna_start": 2845,
          "cds_end": null,
          "cds_length": 3075,
          "cds_start": 2516,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428797.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2516_2517delGGinsAA",
          "hgvs_p": "p.Arg839Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284753.1",
          "strand": false,
          "transcript": "XM_047428797.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1023,
          "aa_ref": "R",
          "aa_start": 838,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3774,
          "cdna_start": 2726,
          "cds_end": null,
          "cds_length": 3072,
          "cds_start": 2513,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005268848.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2513_2514delGGinsAA",
          "hgvs_p": "p.Arg838Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005268905.1",
          "strand": false,
          "transcript": "XM_005268848.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 1018,
          "aa_ref": "R",
          "aa_start": 833,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3860,
          "cdna_start": 2812,
          "cds_end": null,
          "cds_length": 3057,
          "cds_start": 2498,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428798.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2498_2499delGGinsAA",
          "hgvs_p": "p.Arg833Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284754.1",
          "strand": false,
          "transcript": "XM_047428798.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "R",
          "aa_start": 741,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3959,
          "cdna_start": 2911,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 2222,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047428799.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2222_2223delGGinsAA",
          "hgvs_p": "p.Arg741Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047284755.1",
          "strand": false,
          "transcript": "XM_047428799.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": 3778,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000553893.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2479_*2480delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000452467.1",
          "strand": false,
          "transcript": "ENST00000553893.6",
          "transcript_support_level": 4
        },
        {
          "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": 2571,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000554327.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*592_*593delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000450693.2",
          "strand": false,
          "transcript": "ENST00000554327.6",
          "transcript_support_level": 2
        },
        {
          "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": 3302,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 18,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000557058.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.2270_2271delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000557058.2",
          "transcript_support_level": 5
        },
        {
          "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": 3880,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000686981.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2566_*2567delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510795.1",
          "strand": false,
          "transcript": "ENST00000686981.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1993,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000687390.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.961_962delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000687390.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2964,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000688413.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.1969_1970delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000688413.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": 3753,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000691052.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1339_*1340delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508886.1",
          "strand": false,
          "transcript": "ENST00000691052.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": 2700,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000691846.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1307_*1308delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508870.1",
          "strand": false,
          "transcript": "ENST00000691846.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": 3778,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000553893.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2479_*2480delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000452467.1",
          "strand": false,
          "transcript": "ENST00000553893.6",
          "transcript_support_level": 4
        },
        {
          "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": 2571,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 18,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000554327.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*592_*593delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000450693.2",
          "strand": false,
          "transcript": "ENST00000554327.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3880,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000686981.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2566_*2567delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510795.1",
          "strand": false,
          "transcript": "ENST00000686981.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": 3753,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000691052.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1339_*1340delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508886.1",
          "strand": false,
          "transcript": "ENST00000691052.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": 2700,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 19,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000691846.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1307_*1308delGGinsAA",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000508870.1",
          "strand": false,
          "transcript": "ENST00000691846.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 6143,
      "gene_symbol": "ITGA7",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.021,
      "pos": 55688946,
      "ref": "CC",
      "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_001410977.1"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.