← 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-55693282-GCC-CCG (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=55693282&ref=GCC&alt=CCG&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.2701_2703delGGCinsCGG",
          "hgvs_p": "p.Gly901Arg",
          "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": "CCG",
      "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": "R",
          "aa_end": null,
          "aa_length": 1137,
          "aa_ref": "G",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4126,
          "cdna_start": 2793,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2569,
          "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.2569_2571delGGCinsCGG",
          "hgvs_p": "p.Gly857Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1137,
          "aa_ref": "G",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4126,
          "cdna_start": 2793,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2569,
          "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.2569_2571delGGCinsCGG",
          "hgvs_p": "p.Gly857Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "G",
          "aa_start": 861,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4138,
          "cdna_start": 2805,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2581,
          "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.2581_2583delGGCinsCGG",
          "hgvs_p": "p.Gly861Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1181,
          "aa_ref": "G",
          "aa_start": 901,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4258,
          "cdna_start": 2925,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 2701,
          "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.2701_2703delGGCinsCGG",
          "hgvs_p": "p.Gly901Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1181,
          "aa_ref": "G",
          "aa_start": 901,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3930,
          "cdna_start": 2732,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 2701,
          "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.2701_2703delGGCinsCGG",
          "hgvs_p": "p.Gly901Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1175,
          "aa_ref": "G",
          "aa_start": 895,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4238,
          "cdna_start": 2905,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 2683,
          "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.2683_2685delGGCinsCGG",
          "hgvs_p": "p.Gly895Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1170,
          "aa_ref": "G",
          "aa_start": 890,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4228,
          "cdna_start": 2895,
          "cds_end": null,
          "cds_length": 3513,
          "cds_start": 2668,
          "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.2668_2670delGGCinsCGG",
          "hgvs_p": "p.Gly890Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1148,
          "aa_ref": "G",
          "aa_start": 868,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4126,
          "cdna_start": 2793,
          "cds_end": null,
          "cds_length": 3447,
          "cds_start": 2602,
          "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.2602_2604delGGCinsCGG",
          "hgvs_p": "p.Gly868Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1141,
          "aa_ref": "G",
          "aa_start": 861,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4138,
          "cdna_start": 2805,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2581,
          "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.2581_2583delGGCinsCGG",
          "hgvs_p": "p.Gly861Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1140,
          "aa_ref": "G",
          "aa_start": 861,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4105,
          "cdna_start": 2775,
          "cds_end": null,
          "cds_length": 3423,
          "cds_start": 2581,
          "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.2581_2583delGGCinsCGG",
          "hgvs_p": "p.Gly861Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1136,
          "aa_ref": "G",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4115,
          "cdna_start": 2791,
          "cds_end": null,
          "cds_length": 3411,
          "cds_start": 2569,
          "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.2569_2571delGGCinsCGG",
          "hgvs_p": "p.Gly857Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1135,
          "aa_ref": "G",
          "aa_start": 855,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4120,
          "cdna_start": 2787,
          "cds_end": null,
          "cds_length": 3408,
          "cds_start": 2563,
          "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.2563_2565delGGCinsCGG",
          "hgvs_p": "p.Gly855Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1135,
          "aa_ref": "G",
          "aa_start": 855,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4151,
          "cdna_start": 2818,
          "cds_end": null,
          "cds_length": 3408,
          "cds_start": 2563,
          "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.2563_2565delGGCinsCGG",
          "hgvs_p": "p.Gly855Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1133,
          "aa_ref": "G",
          "aa_start": 853,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4117,
          "cdna_start": 2784,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 2557,
          "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.2557_2559delGGCinsCGG",
          "hgvs_p": "p.Gly853Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1131,
          "aa_ref": "G",
          "aa_start": 851,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4108,
          "cdna_start": 2775,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 2551,
          "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.2551_2553delGGCinsCGG",
          "hgvs_p": "p.Gly851Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1131,
          "aa_ref": "G",
          "aa_start": 851,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4084,
          "cdna_start": 2755,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 2551,
          "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.2551_2553delGGCinsCGG",
          "hgvs_p": "p.Gly851Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1130,
          "aa_ref": "G",
          "aa_start": 850,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4096,
          "cdna_start": 2763,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 2548,
          "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.2548_2550delGGCinsCGG",
          "hgvs_p": "p.Gly850Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1129,
          "aa_ref": "G",
          "aa_start": 849,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4006,
          "cdna_start": 2679,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2545,
          "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.2545_2547delGGCinsCGG",
          "hgvs_p": "p.Gly849Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1128,
          "aa_ref": "G",
          "aa_start": 848,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4094,
          "cdna_start": 2765,
          "cds_end": null,
          "cds_length": 3387,
          "cds_start": 2542,
          "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.2542_2544delGGCinsCGG",
          "hgvs_p": "p.Gly848Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "G",
          "aa_start": 847,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4096,
          "cdna_start": 2763,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 2539,
          "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.2539_2541delGGCinsCGG",
          "hgvs_p": "p.Gly847Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1126,
          "aa_ref": "G",
          "aa_start": 846,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4040,
          "cdna_start": 2707,
          "cds_end": null,
          "cds_length": 3381,
          "cds_start": 2536,
          "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.2536_2538delGGCinsCGG",
          "hgvs_p": "p.Gly846Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1122,
          "aa_ref": "G",
          "aa_start": 861,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3739,
          "cdna_start": 2583,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 2581,
          "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.2581_2583delGGCinsCGG",
          "hgvs_p": "p.Gly861Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1120,
          "aa_ref": "G",
          "aa_start": 840,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4049,
          "cdna_start": 2716,
          "cds_end": null,
          "cds_length": 3363,
          "cds_start": 2518,
          "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.2518_2520delGGCinsCGG",
          "hgvs_p": "p.Gly840Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1118,
          "aa_ref": "G",
          "aa_start": 838,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4069,
          "cdna_start": 2736,
          "cds_end": null,
          "cds_length": 3357,
          "cds_start": 2512,
          "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.2512_2514delGGCinsCGG",
          "hgvs_p": "p.Gly838Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1117,
          "aa_ref": "G",
          "aa_start": 861,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3811,
          "cdna_start": 2583,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 2581,
          "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.2581_2583delGGCinsCGG",
          "hgvs_p": "p.Gly861Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1113,
          "aa_ref": "G",
          "aa_start": 857,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4039,
          "cdna_start": 2793,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 2569,
          "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.2569_2571delGGCinsCGG",
          "hgvs_p": "p.Gly857Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1112,
          "aa_ref": "G",
          "aa_start": 832,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4051,
          "cdna_start": 2718,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 2494,
          "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.2494_2496delGGCinsCGG",
          "hgvs_p": "p.Gly832Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1108,
          "aa_ref": "G",
          "aa_start": 828,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4039,
          "cdna_start": 2706,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": 2482,
          "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.2482_2484delGGCinsCGG",
          "hgvs_p": "p.Gly828Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1102,
          "aa_ref": "G",
          "aa_start": 822,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3866,
          "cdna_start": 2537,
          "cds_end": null,
          "cds_length": 3309,
          "cds_start": 2464,
          "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.2464_2466delGGCinsCGG",
          "hgvs_p": "p.Gly822Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "G",
          "aa_start": 817,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4006,
          "cdna_start": 2673,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 2449,
          "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.2449_2451delGGCinsCGG",
          "hgvs_p": "p.Gly817Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1097,
          "aa_ref": "G",
          "aa_start": 817,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3980,
          "cdna_start": 2647,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 2449,
          "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.2449_2451delGGCinsCGG",
          "hgvs_p": "p.Gly817Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1095,
          "aa_ref": "G",
          "aa_start": 815,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4022,
          "cdna_start": 2689,
          "cds_end": null,
          "cds_length": 3288,
          "cds_start": 2443,
          "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.2443_2445delGGCinsCGG",
          "hgvs_p": "p.Gly815Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": "G",
          "aa_start": 811,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3979,
          "cdna_start": 2646,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 2431,
          "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.2431_2433delGGCinsCGG",
          "hgvs_p": "p.Gly811Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": "G",
          "aa_start": 807,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3974,
          "cdna_start": 2641,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2419,
          "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.2419_2421delGGCinsCGG",
          "hgvs_p": "p.Gly807Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1076,
          "aa_ref": "G",
          "aa_start": 796,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3943,
          "cdna_start": 2610,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2386,
          "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.2386_2388delGGCinsCGG",
          "hgvs_p": "p.Gly796Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1076,
          "aa_ref": "G",
          "aa_start": 796,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3943,
          "cdna_start": 2610,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2386,
          "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.2386_2388delGGCinsCGG",
          "hgvs_p": "p.Gly796Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1066,
          "aa_ref": "G",
          "aa_start": 786,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3898,
          "cdna_start": 2580,
          "cds_end": null,
          "cds_length": 3201,
          "cds_start": 2356,
          "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.2356_2358delGGCinsCGG",
          "hgvs_p": "p.Gly786Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1062,
          "aa_ref": "G",
          "aa_start": 782,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3901,
          "cdna_start": 2568,
          "cds_end": null,
          "cds_length": 3189,
          "cds_start": 2344,
          "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.2344_2346delGGCinsCGG",
          "hgvs_p": "p.Gly782Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1062,
          "aa_ref": "G",
          "aa_start": 782,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3904,
          "cdna_start": 2571,
          "cds_end": null,
          "cds_length": 3189,
          "cds_start": 2344,
          "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.2344_2346delGGCinsCGG",
          "hgvs_p": "p.Gly782Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1061,
          "aa_ref": "G",
          "aa_start": 782,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3888,
          "cdna_start": 2564,
          "cds_end": null,
          "cds_length": 3186,
          "cds_start": 2344,
          "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.2344_2346delGGCinsCGG",
          "hgvs_p": "p.Gly782Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1056,
          "aa_ref": "G",
          "aa_start": 776,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3877,
          "cdna_start": 2548,
          "cds_end": null,
          "cds_length": 3171,
          "cds_start": 2326,
          "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.2326_2328delGGCinsCGG",
          "hgvs_p": "p.Gly776Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1044,
          "aa_ref": "G",
          "aa_start": 764,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3764,
          "cdna_start": 2431,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2290,
          "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.2290_2292delGGCinsCGG",
          "hgvs_p": "p.Gly764Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1044,
          "aa_ref": "G",
          "aa_start": 764,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3763,
          "cdna_start": 2434,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2290,
          "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.2290_2292delGGCinsCGG",
          "hgvs_p": "p.Gly764Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1028,
          "aa_ref": "G",
          "aa_start": 748,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3934,
          "cdna_start": 2601,
          "cds_end": null,
          "cds_length": 3087,
          "cds_start": 2242,
          "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.2242_2244delGGCinsCGG",
          "hgvs_p": "p.Gly748Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": "G",
          "aa_start": 745,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3674,
          "cdna_start": 2341,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2233,
          "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.2233_2235delGGCinsCGG",
          "hgvs_p": "p.Gly745Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1024,
          "aa_ref": "G",
          "aa_start": 744,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": 2545,
          "cds_end": null,
          "cds_length": 3075,
          "cds_start": 2230,
          "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.2230_2232delGGCinsCGG",
          "hgvs_p": "p.Gly744Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 979,
          "aa_ref": "G",
          "aa_start": 699,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3056,
          "cdna_start": 2213,
          "cds_end": null,
          "cds_length": 2940,
          "cds_start": 2095,
          "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.2095_2097delGGCinsCGG",
          "hgvs_p": "p.Gly699Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 689,
          "aa_ref": "G",
          "aa_start": 409,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3954,
          "cdna_start": 2621,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": 1225,
          "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.1225_1227delGGCinsCGG",
          "hgvs_p": "p.Gly409Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1175,
          "aa_ref": "G",
          "aa_start": 895,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4240,
          "cdna_start": 2907,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 2683,
          "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.2683_2685delGGCinsCGG",
          "hgvs_p": "p.Gly895Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1162,
          "aa_ref": "G",
          "aa_start": 901,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4371,
          "cdna_start": 2925,
          "cds_end": null,
          "cds_length": 3489,
          "cds_start": 2701,
          "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.2701_2703delGGCinsCGG",
          "hgvs_p": "p.Gly901Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "G",
          "aa_start": 788,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3992,
          "cdna_start": 2659,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2362,
          "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.2362_2364delGGCinsCGG",
          "hgvs_p": "p.Gly788Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "G",
          "aa_start": 788,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4010,
          "cdna_start": 2677,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2362,
          "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.2362_2364delGGCinsCGG",
          "hgvs_p": "p.Gly788Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": "G",
          "aa_start": 788,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4054,
          "cdna_start": 2721,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2362,
          "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.2362_2364delGGCinsCGG",
          "hgvs_p": "p.Gly788Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "G",
          "aa_start": 771,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3897,
          "cdna_start": 2564,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2311,
          "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.2311_2313delGGCinsCGG",
          "hgvs_p": "p.Gly771Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "G",
          "aa_start": 771,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3941,
          "cdna_start": 2608,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2311,
          "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.2311_2313delGGCinsCGG",
          "hgvs_p": "p.Gly771Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "G",
          "aa_start": 771,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3893,
          "cdna_start": 2560,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2311,
          "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.2311_2313delGGCinsCGG",
          "hgvs_p": "p.Gly771Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": "G",
          "aa_start": 771,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3937,
          "cdna_start": 2604,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2311,
          "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.2311_2313delGGCinsCGG",
          "hgvs_p": "p.Gly771Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1024,
          "aa_ref": "G",
          "aa_start": 744,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3893,
          "cdna_start": 2560,
          "cds_end": null,
          "cds_length": 3075,
          "cds_start": 2230,
          "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.2230_2232delGGCinsCGG",
          "hgvs_p": "p.Gly744Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1023,
          "aa_ref": "G",
          "aa_start": 743,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3774,
          "cdna_start": 2441,
          "cds_end": null,
          "cds_length": 3072,
          "cds_start": 2227,
          "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.2227_2229delGGCinsCGG",
          "hgvs_p": "p.Gly743Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 1018,
          "aa_ref": "G",
          "aa_start": 738,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3860,
          "cdna_start": 2527,
          "cds_end": null,
          "cds_length": 3057,
          "cds_start": 2212,
          "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.2212_2214delGGCinsCGG",
          "hgvs_p": "p.Gly738Arg",
          "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": "R",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "G",
          "aa_start": 646,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3959,
          "cdna_start": 2626,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 1936,
          "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.1936_1938delGGCinsCGG",
          "hgvs_p": "p.Gly646Arg",
          "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": 1076,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3861,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000912205.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2530-309_2530-307delGGCinsCGG",
          "hgvs_p": null,
          "intron_rank": 19,
          "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": null,
          "aa_end": null,
          "aa_length": 1072,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3941,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3219,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000888133.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2518-309_2518-307delGGCinsCGG",
          "hgvs_p": null,
          "intron_rank": 19,
          "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": null,
          "aa_end": null,
          "aa_length": 1044,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3756,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945419.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2415-125_2415-123delGGCinsCGG",
          "hgvs_p": null,
          "intron_rank": 18,
          "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": null,
          "aa_end": null,
          "aa_length": 1039,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3733,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3120,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945421.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2433-323_2433-321delGGCinsCGG",
          "hgvs_p": null,
          "intron_rank": 18,
          "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": 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": 22,
          "exon_rank_end": null,
          "feature": "ENST00000553893.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2193_*2195delGGCinsCGG",
          "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": 13,
          "exon_rank_end": null,
          "feature": "ENST00000554327.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*306_*308delGGCinsCGG",
          "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": 13,
          "exon_rank_end": null,
          "feature": "ENST00000557058.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.1984_1986delGGCinsCGG",
          "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": 21,
          "exon_rank_end": null,
          "feature": "ENST00000686981.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2280_*2282delGGCinsCGG",
          "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": 5,
          "exon_rank_end": null,
          "feature": "ENST00000687390.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.675_677delGGCinsCGG",
          "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": "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": 19,
          "exon_rank_end": null,
          "feature": "ENST00000691052.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1053_*1055delGGCinsCGG",
          "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": 14,
          "exon_rank_end": null,
          "feature": "ENST00000691846.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1021_*1023delGGCinsCGG",
          "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": 22,
          "exon_rank_end": null,
          "feature": "ENST00000553893.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2193_*2195delGGCinsCGG",
          "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": 13,
          "exon_rank_end": null,
          "feature": "ENST00000554327.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*306_*308delGGCinsCGG",
          "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": 21,
          "exon_rank_end": null,
          "feature": "ENST00000686981.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*2280_*2282delGGCinsCGG",
          "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": 19,
          "exon_rank_end": null,
          "feature": "ENST00000691052.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1053_*1055delGGCinsCGG",
          "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": 14,
          "exon_rank_end": null,
          "feature": "ENST00000691846.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "n.*1021_*1023delGGCinsCGG",
          "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": "Uncertain_significance",
      "phylop100way_score": 7.479,
      "pos": 55693282,
      "ref": "GCC",
      "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.