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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ITGA7",
          "hgnc_id": 6143,
          "hgvs_c": "c.2987G>A",
          "hgvs_p": "p.Arg996Gln",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 0,
          "score": -2,
          "transcript": "NM_001410977.1",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_score": -2,
      "allele_count_reference_population": 18,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0673,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.65,
      "chr": "12",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Congenital muscular dystrophy due to integrin alpha-7 deficiency,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.10522130131721497,
      "computational_source_selected": "MetaRNN",
      "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": 3077,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2855,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_002206.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2855G>A",
          "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": 3077,
          "cds_end": null,
          "cds_length": 3414,
          "cds_start": 2855,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000257879.11",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2855G>A",
          "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": 3089,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000553804.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867G>A",
          "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": 3209,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001410977.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2987G>A",
          "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": 3016,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000555728.5",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2987G>A",
          "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": 3189,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 2969,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000888141.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2969G>A",
          "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": 3179,
          "cds_end": null,
          "cds_length": 3513,
          "cds_start": 2954,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000888137.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2954G>A",
          "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": 3077,
          "cds_end": null,
          "cds_length": 3447,
          "cds_start": 2888,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888151.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2888G>A",
          "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": 3089,
          "cds_end": null,
          "cds_length": 3426,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001144996.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867G>A",
          "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": 3059,
          "cds_end": null,
          "cds_length": 3423,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888150.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867G>A",
          "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": 3075,
          "cds_end": null,
          "cds_length": 3411,
          "cds_start": 2855,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000945417.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2855G>A",
          "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": 3071,
          "cds_end": null,
          "cds_length": 3408,
          "cds_start": 2849,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001414029.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2849G>A",
          "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": 3102,
          "cds_end": null,
          "cds_length": 3408,
          "cds_start": 2849,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888129.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2849G>A",
          "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": 3068,
          "cds_end": null,
          "cds_length": 3402,
          "cds_start": 2843,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888135.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2843G>A",
          "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": 3059,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 2837,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001374465.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2837G>A",
          "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": 3039,
          "cds_end": null,
          "cds_length": 3396,
          "cds_start": 2837,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000347027.10",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2837G>A",
          "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": 3047,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 2834,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888145.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2834G>A",
          "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": 2963,
          "cds_end": null,
          "cds_length": 3390,
          "cds_start": 2831,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000945420.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2831G>A",
          "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": 3049,
          "cds_end": null,
          "cds_length": 3387,
          "cds_start": 2828,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000945415.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2828G>A",
          "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": 3047,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 2825,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000912204.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2825G>A",
          "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": 2991,
          "cds_end": null,
          "cds_length": 3381,
          "cds_start": 2822,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888152.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2822G>A",
          "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": 2867,
          "cds_end": null,
          "cds_length": 3369,
          "cds_start": 2867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000557555.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2867G>A",
          "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": 3000,
          "cds_end": null,
          "cds_length": 3363,
          "cds_start": 2804,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000888149.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2804G>A",
          "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": 3020,
          "cds_end": null,
          "cds_length": 3357,
          "cds_start": 2798,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000888138.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2798G>A",
          "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": 2795,
          "cds_end": null,
          "cds_length": 3354,
          "cds_start": 2795,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000691973.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2795G>A",
          "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": 3005,
          "cds_end": null,
          "cds_length": 3342,
          "cds_start": 2783,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888147.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2783G>A",
          "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": 3002,
          "cds_end": null,
          "cds_length": 3339,
          "cds_start": 2780,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001414030.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2780G>A",
          "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": 2990,
          "cds_end": null,
          "cds_length": 3327,
          "cds_start": 2768,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001414031.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2768G>A",
          "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": 2821,
          "cds_end": null,
          "cds_length": 3309,
          "cds_start": 2750,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000945422.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2750G>A",
          "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": 2957,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 2735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001414032.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2735G>A",
          "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": 2931,
          "cds_end": null,
          "cds_length": 3294,
          "cds_start": 2735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000888148.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2735G>A",
          "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": 2973,
          "cds_end": null,
          "cds_length": 3288,
          "cds_start": 2729,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888132.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2729G>A",
          "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": 2930,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": 2717,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000888144.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2717G>A",
          "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": 2925,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": 2705,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000888142.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2705G>A",
          "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": 2894,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001414033.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2672G>A",
          "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": 2894,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000888139.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2672G>A",
          "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": 2812,
          "cds_end": null,
          "cds_length": 3231,
          "cds_start": 2672,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000912205.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2672G>A",
          "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": 2892,
          "cds_end": null,
          "cds_length": 3219,
          "cds_start": 2660,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000888133.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2660G>A",
          "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": 2864,
          "cds_end": null,
          "cds_length": 3201,
          "cds_start": 2642,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000888146.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2642G>A",
          "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": 2852,
          "cds_end": null,
          "cds_length": 3189,
          "cds_start": 2630,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001414034.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2630G>A",
          "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": 2855,
          "cds_end": null,
          "cds_length": 3189,
          "cds_start": 2630,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000888136.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2630G>A",
          "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": 2848,
          "cds_end": null,
          "cds_length": 3186,
          "cds_start": 2630,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000945418.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2630G>A",
          "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": 2832,
          "cds_end": null,
          "cds_length": 3171,
          "cds_start": 2612,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000945416.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2612G>A",
          "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": 2715,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001144997.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2576G>A",
          "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": 2718,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000452168.6",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2576G>A",
          "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": 2707,
          "cds_end": null,
          "cds_length": 3135,
          "cds_start": 2576,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000945419.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2576G>A",
          "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": 2691,
          "cds_end": null,
          "cds_length": 3120,
          "cds_start": 2561,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000945421.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2561G>A",
          "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": 2885,
          "cds_end": null,
          "cds_length": 3087,
          "cds_start": 2528,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001367993.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2528G>A",
          "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": 2625,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2519,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000888153.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2519G>A",
          "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": 2829,
          "cds_end": null,
          "cds_length": 3075,
          "cds_start": 2516,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001414035.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2516G>A",
          "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": 2497,
          "cds_end": null,
          "cds_length": 2940,
          "cds_start": 2381,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000557257.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2381G>A",
          "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": 2905,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": 1511,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_001367994.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.1511G>A",
          "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": 3191,
          "cds_end": null,
          "cds_length": 3528,
          "cds_start": 2969,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_005268840.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2969G>A",
          "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": 3209,
          "cds_end": null,
          "cds_length": 3489,
          "cds_start": 2987,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_005268841.3",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2987G>A",
          "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": 2943,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_005268844.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2648G>A",
          "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": 2961,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_047428792.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2648G>A",
          "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": 3005,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": 2648,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047428793.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2648G>A",
          "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": 2848,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_017019265.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597G>A",
          "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": 2892,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_047428794.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597G>A",
          "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": 2844,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_047428795.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597G>A",
          "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": 2888,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": 2597,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_047428796.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2597G>A",
          "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": 2844,
          "cds_end": null,
          "cds_length": 3075,
          "cds_start": 2516,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_047428797.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2516G>A",
          "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": 2725,
          "cds_end": null,
          "cds_length": 3072,
          "cds_start": 2513,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_005268848.2",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2513G>A",
          "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": 2811,
          "cds_end": null,
          "cds_length": 3057,
          "cds_start": 2498,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_047428798.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2498G>A",
          "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": 2910,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 2222,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047428799.1",
          "gene_hgnc_id": 6143,
          "gene_symbol": "ITGA7",
          "hgvs_c": "c.2222G>A",
          "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.*2479G>A",
          "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.*592G>A",
          "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.2270G>A",
          "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.*2566G>A",
          "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.961G>A",
          "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.1969G>A",
          "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.*1339G>A",
          "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.*1307G>A",
          "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.*2479G>A",
          "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.*592G>A",
          "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.*2566G>A",
          "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.*1339G>A",
          "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.*1307G>A",
          "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": "rs753351732",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000012315912,
      "gene_hgnc_id": 6143,
      "gene_symbol": "ITGA7",
      "gnomad_exomes_ac": 18,
      "gnomad_exomes_af": 0.0000123159,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Congenital muscular dystrophy due to integrin alpha-7 deficiency|not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.108,
      "pos": 55688947,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.036,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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.