← 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-55685099-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 55685099,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001410977.1",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3373G>C",
          "hgvs_p": "p.Glu1125Gln",
          "transcript": "NM_002206.3",
          "protein_id": "NP_002197.2",
          "transcript_support_level": null,
          "aa_start": 1125,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 3373,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000257879.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002206.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3373G>C",
          "hgvs_p": "p.Glu1125Gln",
          "transcript": "ENST00000257879.11",
          "protein_id": "ENSP00000257879.7",
          "transcript_support_level": 1,
          "aa_start": 1125,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 3373,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_002206.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000257879.11"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3385G>C",
          "hgvs_p": "p.Glu1129Gln",
          "transcript": "ENST00000553804.6",
          "protein_id": "ENSP00000452120.1",
          "transcript_support_level": 1,
          "aa_start": 1129,
          "aa_end": null,
          "aa_length": 1141,
          "cds_start": 3385,
          "cds_end": null,
          "cds_length": 3426,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000553804.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3505G>C",
          "hgvs_p": "p.Glu1169Gln",
          "transcript": "NM_001410977.1",
          "protein_id": "NP_001397906.1",
          "transcript_support_level": null,
          "aa_start": 1169,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 3505,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410977.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3505G>C",
          "hgvs_p": "p.Glu1169Gln",
          "transcript": "ENST00000555728.5",
          "protein_id": "ENSP00000452387.1",
          "transcript_support_level": 5,
          "aa_start": 1169,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 3505,
          "cds_end": null,
          "cds_length": 3546,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000555728.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3487G>C",
          "hgvs_p": "p.Glu1163Gln",
          "transcript": "ENST00000888141.1",
          "protein_id": "ENSP00000558199.1",
          "transcript_support_level": null,
          "aa_start": 1163,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 3487,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888141.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3472G>C",
          "hgvs_p": "p.Glu1158Gln",
          "transcript": "ENST00000888137.1",
          "protein_id": "ENSP00000558196.1",
          "transcript_support_level": null,
          "aa_start": 1158,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 3472,
          "cds_end": null,
          "cds_length": 3513,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888137.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3406G>C",
          "hgvs_p": "p.Glu1136Gln",
          "transcript": "ENST00000888151.1",
          "protein_id": "ENSP00000558210.1",
          "transcript_support_level": null,
          "aa_start": 1136,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 3406,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888151.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3385G>C",
          "hgvs_p": "p.Glu1129Gln",
          "transcript": "NM_001144996.2",
          "protein_id": "NP_001138468.1",
          "transcript_support_level": null,
          "aa_start": 1129,
          "aa_end": null,
          "aa_length": 1141,
          "cds_start": 3385,
          "cds_end": null,
          "cds_length": 3426,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001144996.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3382G>C",
          "hgvs_p": "p.Glu1128Gln",
          "transcript": "ENST00000888150.1",
          "protein_id": "ENSP00000558209.1",
          "transcript_support_level": null,
          "aa_start": 1128,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": 3382,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888150.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3370G>C",
          "hgvs_p": "p.Glu1124Gln",
          "transcript": "ENST00000945417.1",
          "protein_id": "ENSP00000615476.1",
          "transcript_support_level": null,
          "aa_start": 1124,
          "aa_end": null,
          "aa_length": 1136,
          "cds_start": 3370,
          "cds_end": null,
          "cds_length": 3411,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945417.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3367G>C",
          "hgvs_p": "p.Glu1123Gln",
          "transcript": "NM_001414029.1",
          "protein_id": "NP_001400958.1",
          "transcript_support_level": null,
          "aa_start": 1123,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": 3367,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414029.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3367G>C",
          "hgvs_p": "p.Glu1123Gln",
          "transcript": "ENST00000888129.1",
          "protein_id": "ENSP00000558189.1",
          "transcript_support_level": null,
          "aa_start": 1123,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": 3367,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888129.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3361G>C",
          "hgvs_p": "p.Glu1121Gln",
          "transcript": "ENST00000888135.1",
          "protein_id": "ENSP00000558193.1",
          "transcript_support_level": null,
          "aa_start": 1121,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 3361,
          "cds_end": null,
          "cds_length": 3402,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888135.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3355G>C",
          "hgvs_p": "p.Glu1119Gln",
          "transcript": "NM_001374465.1",
          "protein_id": "NP_001361394.1",
          "transcript_support_level": null,
          "aa_start": 1119,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 3355,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001374465.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3355G>C",
          "hgvs_p": "p.Glu1119Gln",
          "transcript": "ENST00000347027.10",
          "protein_id": "ENSP00000343009.6",
          "transcript_support_level": 5,
          "aa_start": 1119,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 3355,
          "cds_end": null,
          "cds_length": 3396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000347027.10"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3352G>C",
          "hgvs_p": "p.Glu1118Gln",
          "transcript": "ENST00000888145.1",
          "protein_id": "ENSP00000558204.1",
          "transcript_support_level": null,
          "aa_start": 1118,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 3352,
          "cds_end": null,
          "cds_length": 3393,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888145.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3349G>C",
          "hgvs_p": "p.Glu1117Gln",
          "transcript": "ENST00000945420.1",
          "protein_id": "ENSP00000615479.1",
          "transcript_support_level": null,
          "aa_start": 1117,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 3349,
          "cds_end": null,
          "cds_length": 3390,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945420.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3346G>C",
          "hgvs_p": "p.Glu1116Gln",
          "transcript": "ENST00000945415.1",
          "protein_id": "ENSP00000615474.1",
          "transcript_support_level": null,
          "aa_start": 1116,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": 3346,
          "cds_end": null,
          "cds_length": 3387,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945415.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3343G>C",
          "hgvs_p": "p.Glu1115Gln",
          "transcript": "ENST00000912204.1",
          "protein_id": "ENSP00000582263.1",
          "transcript_support_level": null,
          "aa_start": 1115,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 3343,
          "cds_end": null,
          "cds_length": 3384,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912204.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3340G>C",
          "hgvs_p": "p.Glu1114Gln",
          "transcript": "ENST00000888152.1",
          "protein_id": "ENSP00000558211.1",
          "transcript_support_level": null,
          "aa_start": 1114,
          "aa_end": null,
          "aa_length": 1126,
          "cds_start": 3340,
          "cds_end": null,
          "cds_length": 3381,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888152.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3322G>C",
          "hgvs_p": "p.Glu1108Gln",
          "transcript": "ENST00000888149.1",
          "protein_id": "ENSP00000558208.1",
          "transcript_support_level": null,
          "aa_start": 1108,
          "aa_end": null,
          "aa_length": 1120,
          "cds_start": 3322,
          "cds_end": null,
          "cds_length": 3363,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888149.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3316G>C",
          "hgvs_p": "p.Glu1106Gln",
          "transcript": "ENST00000888138.1",
          "protein_id": "ENSP00000558197.1",
          "transcript_support_level": null,
          "aa_start": 1106,
          "aa_end": null,
          "aa_length": 1118,
          "cds_start": 3316,
          "cds_end": null,
          "cds_length": 3357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888138.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3313G>C",
          "hgvs_p": "p.Glu1105Gln",
          "transcript": "ENST00000691973.1",
          "protein_id": "ENSP00000509141.1",
          "transcript_support_level": null,
          "aa_start": 1105,
          "aa_end": null,
          "aa_length": 1117,
          "cds_start": 3313,
          "cds_end": null,
          "cds_length": 3354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000691973.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3301G>C",
          "hgvs_p": "p.Glu1101Gln",
          "transcript": "ENST00000888147.1",
          "protein_id": "ENSP00000558206.1",
          "transcript_support_level": null,
          "aa_start": 1101,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 3301,
          "cds_end": null,
          "cds_length": 3342,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888147.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3298G>C",
          "hgvs_p": "p.Glu1100Gln",
          "transcript": "NM_001414030.1",
          "protein_id": "NP_001400959.1",
          "transcript_support_level": null,
          "aa_start": 1100,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 3298,
          "cds_end": null,
          "cds_length": 3339,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414030.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3286G>C",
          "hgvs_p": "p.Glu1096Gln",
          "transcript": "NM_001414031.1",
          "protein_id": "NP_001400960.1",
          "transcript_support_level": null,
          "aa_start": 1096,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 3286,
          "cds_end": null,
          "cds_length": 3327,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414031.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3268G>C",
          "hgvs_p": "p.Glu1090Gln",
          "transcript": "ENST00000945422.1",
          "protein_id": "ENSP00000615481.1",
          "transcript_support_level": null,
          "aa_start": 1090,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": 3268,
          "cds_end": null,
          "cds_length": 3309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945422.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3253G>C",
          "hgvs_p": "p.Glu1085Gln",
          "transcript": "NM_001414032.1",
          "protein_id": "NP_001400961.1",
          "transcript_support_level": null,
          "aa_start": 1085,
          "aa_end": null,
          "aa_length": 1097,
          "cds_start": 3253,
          "cds_end": null,
          "cds_length": 3294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414032.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3253G>C",
          "hgvs_p": "p.Glu1085Gln",
          "transcript": "ENST00000888148.1",
          "protein_id": "ENSP00000558207.1",
          "transcript_support_level": null,
          "aa_start": 1085,
          "aa_end": null,
          "aa_length": 1097,
          "cds_start": 3253,
          "cds_end": null,
          "cds_length": 3294,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888148.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3247G>C",
          "hgvs_p": "p.Glu1083Gln",
          "transcript": "ENST00000888132.1",
          "protein_id": "ENSP00000558191.1",
          "transcript_support_level": null,
          "aa_start": 1083,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 3247,
          "cds_end": null,
          "cds_length": 3288,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888132.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3235G>C",
          "hgvs_p": "p.Glu1079Gln",
          "transcript": "ENST00000888144.1",
          "protein_id": "ENSP00000558203.1",
          "transcript_support_level": null,
          "aa_start": 1079,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 3235,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888144.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3223G>C",
          "hgvs_p": "p.Glu1075Gln",
          "transcript": "ENST00000888142.1",
          "protein_id": "ENSP00000558201.1",
          "transcript_support_level": null,
          "aa_start": 1075,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 3223,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888142.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3190G>C",
          "hgvs_p": "p.Glu1064Gln",
          "transcript": "NM_001414033.1",
          "protein_id": "NP_001400962.1",
          "transcript_support_level": null,
          "aa_start": 1064,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": 3190,
          "cds_end": null,
          "cds_length": 3231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414033.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3190G>C",
          "hgvs_p": "p.Glu1064Gln",
          "transcript": "ENST00000888139.1",
          "protein_id": "ENSP00000558198.1",
          "transcript_support_level": null,
          "aa_start": 1064,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": 3190,
          "cds_end": null,
          "cds_length": 3231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888139.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3190G>C",
          "hgvs_p": "p.Glu1064Gln",
          "transcript": "ENST00000912205.1",
          "protein_id": "ENSP00000582264.1",
          "transcript_support_level": null,
          "aa_start": 1064,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": 3190,
          "cds_end": null,
          "cds_length": 3231,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000912205.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3178G>C",
          "hgvs_p": "p.Glu1060Gln",
          "transcript": "ENST00000888133.1",
          "protein_id": "ENSP00000558192.1",
          "transcript_support_level": null,
          "aa_start": 1060,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": 3178,
          "cds_end": null,
          "cds_length": 3219,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888133.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3160G>C",
          "hgvs_p": "p.Glu1054Gln",
          "transcript": "ENST00000888146.1",
          "protein_id": "ENSP00000558205.1",
          "transcript_support_level": null,
          "aa_start": 1054,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": 3160,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888146.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3148G>C",
          "hgvs_p": "p.Glu1050Gln",
          "transcript": "NM_001414034.1",
          "protein_id": "NP_001400963.1",
          "transcript_support_level": null,
          "aa_start": 1050,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 3148,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414034.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3148G>C",
          "hgvs_p": "p.Glu1050Gln",
          "transcript": "ENST00000888136.1",
          "protein_id": "ENSP00000558194.1",
          "transcript_support_level": null,
          "aa_start": 1050,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 3148,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888136.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3145G>C",
          "hgvs_p": "p.Glu1049Gln",
          "transcript": "ENST00000945418.1",
          "protein_id": "ENSP00000615477.1",
          "transcript_support_level": null,
          "aa_start": 1049,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 3145,
          "cds_end": null,
          "cds_length": 3186,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945418.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3130G>C",
          "hgvs_p": "p.Glu1044Gln",
          "transcript": "ENST00000945416.1",
          "protein_id": "ENSP00000615475.1",
          "transcript_support_level": null,
          "aa_start": 1044,
          "aa_end": null,
          "aa_length": 1056,
          "cds_start": 3130,
          "cds_end": null,
          "cds_length": 3171,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945416.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3094G>C",
          "hgvs_p": "p.Glu1032Gln",
          "transcript": "NM_001144997.2",
          "protein_id": "NP_001138469.1",
          "transcript_support_level": null,
          "aa_start": 1032,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 3094,
          "cds_end": null,
          "cds_length": 3135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001144997.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3094G>C",
          "hgvs_p": "p.Glu1032Gln",
          "transcript": "ENST00000452168.6",
          "protein_id": "ENSP00000393844.2",
          "transcript_support_level": 2,
          "aa_start": 1032,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 3094,
          "cds_end": null,
          "cds_length": 3135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452168.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3094G>C",
          "hgvs_p": "p.Glu1032Gln",
          "transcript": "ENST00000945419.1",
          "protein_id": "ENSP00000615478.1",
          "transcript_support_level": null,
          "aa_start": 1032,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 3094,
          "cds_end": null,
          "cds_length": 3135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945419.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3079G>C",
          "hgvs_p": "p.Glu1027Gln",
          "transcript": "ENST00000945421.1",
          "protein_id": "ENSP00000615480.1",
          "transcript_support_level": null,
          "aa_start": 1027,
          "aa_end": null,
          "aa_length": 1039,
          "cds_start": 3079,
          "cds_end": null,
          "cds_length": 3120,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945421.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3046G>C",
          "hgvs_p": "p.Glu1016Gln",
          "transcript": "NM_001367993.1",
          "protein_id": "NP_001354922.1",
          "transcript_support_level": null,
          "aa_start": 1016,
          "aa_end": null,
          "aa_length": 1028,
          "cds_start": 3046,
          "cds_end": null,
          "cds_length": 3087,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367993.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3037G>C",
          "hgvs_p": "p.Glu1013Gln",
          "transcript": "ENST00000888153.1",
          "protein_id": "ENSP00000558212.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 3037,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888153.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3034G>C",
          "hgvs_p": "p.Glu1012Gln",
          "transcript": "NM_001414035.1",
          "protein_id": "NP_001400964.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001414035.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.2899G>C",
          "hgvs_p": "p.Glu967Gln",
          "transcript": "ENST00000557257.2",
          "protein_id": "ENSP00000450578.2",
          "transcript_support_level": 4,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 2899,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000557257.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.2029G>C",
          "hgvs_p": "p.Glu677Gln",
          "transcript": "NM_001367994.1",
          "protein_id": "NP_001354923.1",
          "transcript_support_level": null,
          "aa_start": 677,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 2029,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367994.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3487G>C",
          "hgvs_p": "p.Glu1163Gln",
          "transcript": "XM_005268840.3",
          "protein_id": "XP_005268897.1",
          "transcript_support_level": null,
          "aa_start": 1163,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 3487,
          "cds_end": null,
          "cds_length": 3528,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005268840.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3166G>C",
          "hgvs_p": "p.Glu1056Gln",
          "transcript": "XM_005268844.2",
          "protein_id": "XP_005268901.1",
          "transcript_support_level": null,
          "aa_start": 1056,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 3166,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005268844.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3166G>C",
          "hgvs_p": "p.Glu1056Gln",
          "transcript": "XM_047428792.1",
          "protein_id": "XP_047284748.1",
          "transcript_support_level": null,
          "aa_start": 1056,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 3166,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428792.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3166G>C",
          "hgvs_p": "p.Glu1056Gln",
          "transcript": "XM_047428793.1",
          "protein_id": "XP_047284749.1",
          "transcript_support_level": null,
          "aa_start": 1056,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 3166,
          "cds_end": null,
          "cds_length": 3207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428793.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3115G>C",
          "hgvs_p": "p.Glu1039Gln",
          "transcript": "XM_017019265.2",
          "protein_id": "XP_016874754.1",
          "transcript_support_level": null,
          "aa_start": 1039,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 3115,
          "cds_end": null,
          "cds_length": 3156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017019265.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3115G>C",
          "hgvs_p": "p.Glu1039Gln",
          "transcript": "XM_047428794.1",
          "protein_id": "XP_047284750.1",
          "transcript_support_level": null,
          "aa_start": 1039,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 3115,
          "cds_end": null,
          "cds_length": 3156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428794.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3115G>C",
          "hgvs_p": "p.Glu1039Gln",
          "transcript": "XM_047428795.1",
          "protein_id": "XP_047284751.1",
          "transcript_support_level": null,
          "aa_start": 1039,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 3115,
          "cds_end": null,
          "cds_length": 3156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428795.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3115G>C",
          "hgvs_p": "p.Glu1039Gln",
          "transcript": "XM_047428796.1",
          "protein_id": "XP_047284752.1",
          "transcript_support_level": null,
          "aa_start": 1039,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 3115,
          "cds_end": null,
          "cds_length": 3156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428796.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3034G>C",
          "hgvs_p": "p.Glu1012Gln",
          "transcript": "XM_047428797.1",
          "protein_id": "XP_047284753.1",
          "transcript_support_level": null,
          "aa_start": 1012,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": 3034,
          "cds_end": null,
          "cds_length": 3075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428797.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3031G>C",
          "hgvs_p": "p.Glu1011Gln",
          "transcript": "XM_005268848.2",
          "protein_id": "XP_005268905.1",
          "transcript_support_level": null,
          "aa_start": 1011,
          "aa_end": null,
          "aa_length": 1023,
          "cds_start": 3031,
          "cds_end": null,
          "cds_length": 3072,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005268848.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.3016G>C",
          "hgvs_p": "p.Glu1006Gln",
          "transcript": "XM_047428798.1",
          "protein_id": "XP_047284754.1",
          "transcript_support_level": null,
          "aa_start": 1006,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 3016,
          "cds_end": null,
          "cds_length": 3057,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428798.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.2740G>C",
          "hgvs_p": "p.Glu914Gln",
          "transcript": "XM_047428799.1",
          "protein_id": "XP_047284755.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": 2740,
          "cds_end": null,
          "cds_length": 2781,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428799.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.*129G>C",
          "hgvs_p": null,
          "transcript": "ENST00000557555.3",
          "protein_id": "ENSP00000451039.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3369,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000557555.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.*129G>C",
          "hgvs_p": null,
          "transcript": "XM_005268841.3",
          "protein_id": "XP_005268898.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1162,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005268841.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*2997G>C",
          "hgvs_p": null,
          "transcript": "ENST00000553893.6",
          "protein_id": "ENSP00000452467.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000553893.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*1110G>C",
          "hgvs_p": null,
          "transcript": "ENST00000554327.6",
          "protein_id": "ENSP00000450693.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000554327.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.2788G>C",
          "hgvs_p": null,
          "transcript": "ENST00000557058.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000557058.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*3084G>C",
          "hgvs_p": null,
          "transcript": "ENST00000686981.1",
          "protein_id": "ENSP00000510795.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000686981.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.1479G>C",
          "hgvs_p": null,
          "transcript": "ENST00000687390.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000687390.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.2487G>C",
          "hgvs_p": null,
          "transcript": "ENST00000688413.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000688413.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*1857G>C",
          "hgvs_p": null,
          "transcript": "ENST00000691052.1",
          "protein_id": "ENSP00000508886.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000691052.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*1825G>C",
          "hgvs_p": null,
          "transcript": "ENST00000691846.1",
          "protein_id": "ENSP00000508870.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000691846.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*2997G>C",
          "hgvs_p": null,
          "transcript": "ENST00000553893.6",
          "protein_id": "ENSP00000452467.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000553893.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*1110G>C",
          "hgvs_p": null,
          "transcript": "ENST00000554327.6",
          "protein_id": "ENSP00000450693.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000554327.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*3084G>C",
          "hgvs_p": null,
          "transcript": "ENST00000686981.1",
          "protein_id": "ENSP00000510795.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000686981.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*1857G>C",
          "hgvs_p": null,
          "transcript": "ENST00000691052.1",
          "protein_id": "ENSP00000508886.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000691052.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*1825G>C",
          "hgvs_p": null,
          "transcript": "ENST00000691846.1",
          "protein_id": "ENSP00000508870.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000691846.1"
        }
      ],
      "gene_symbol": "ITGA7",
      "gene_hgnc_id": 6143,
      "dbsnp": "rs371203166",
      "frequency_reference_population": 0.000012450013,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 20,
      "gnomad_exomes_af": 0.0000123782,
      "gnomad_genomes_af": 0.0000131359,
      "gnomad_exomes_ac": 18,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.14809811115264893,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.18,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0787,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.26,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.004,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 2,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001410977.1",
          "gene_symbol": "ITGA7",
          "hgnc_id": 6143,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.3505G>C",
          "hgvs_p": "p.Glu1169Gln"
        }
      ],
      "clinvar_disease": "Congenital muscular dystrophy due to integrin alpha-7 deficiency,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Congenital muscular dystrophy due to integrin alpha-7 deficiency|not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}