← 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-55698805-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 55698805,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001410977.1",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "NM_002206.3",
          "protein_id": "NP_002197.2",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000257879.11",
          "protein_id": "ENSP00000257879.7",
          "transcript_support_level": 1,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000553804.6",
          "protein_id": "ENSP00000452120.1",
          "transcript_support_level": 1,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1141,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.1035C>A",
          "hgvs_p": "p.Ser345Arg",
          "transcript": "NM_001410977.1",
          "protein_id": "NP_001397906.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 1035,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.1035C>A",
          "hgvs_p": "p.Ser345Arg",
          "transcript": "ENST00000555728.5",
          "protein_id": "ENSP00000452387.1",
          "transcript_support_level": 5,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 1181,
          "cds_start": 1035,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.1035C>A",
          "hgvs_p": "p.Ser345Arg",
          "transcript": "ENST00000888141.1",
          "protein_id": "ENSP00000558199.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 1035,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.1002C>A",
          "hgvs_p": "p.Ser334Arg",
          "transcript": "ENST00000888137.1",
          "protein_id": "ENSP00000558196.1",
          "transcript_support_level": null,
          "aa_start": 334,
          "aa_end": null,
          "aa_length": 1170,
          "cds_start": 1002,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000888151.1",
          "protein_id": "ENSP00000558210.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "NM_001144996.2",
          "protein_id": "NP_001138468.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1141,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000888150.1",
          "protein_id": "ENSP00000558209.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000945417.1",
          "protein_id": "ENSP00000615476.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1136,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "NM_001414029.1",
          "protein_id": "NP_001400958.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000888129.1",
          "protein_id": "ENSP00000558189.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.891C>A",
          "hgvs_p": "p.Ser297Arg",
          "transcript": "ENST00000888135.1",
          "protein_id": "ENSP00000558193.1",
          "transcript_support_level": null,
          "aa_start": 297,
          "aa_end": null,
          "aa_length": 1133,
          "cds_start": 891,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "NM_001374465.1",
          "protein_id": "NP_001361394.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000347027.10",
          "protein_id": "ENSP00000343009.6",
          "transcript_support_level": 5,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1131,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000888145.1",
          "protein_id": "ENSP00000558204.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1130,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.879C>A",
          "hgvs_p": "p.Ser293Arg",
          "transcript": "ENST00000945420.1",
          "protein_id": "ENSP00000615479.1",
          "transcript_support_level": null,
          "aa_start": 293,
          "aa_end": null,
          "aa_length": 1129,
          "cds_start": 879,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.876C>A",
          "hgvs_p": "p.Ser292Arg",
          "transcript": "ENST00000945415.1",
          "protein_id": "ENSP00000615474.1",
          "transcript_support_level": null,
          "aa_start": 292,
          "aa_end": null,
          "aa_length": 1128,
          "cds_start": 876,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.873C>A",
          "hgvs_p": "p.Ser291Arg",
          "transcript": "ENST00000912204.1",
          "protein_id": "ENSP00000582263.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 1127,
          "cds_start": 873,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.870C>A",
          "hgvs_p": "p.Ser290Arg",
          "transcript": "ENST00000888152.1",
          "protein_id": "ENSP00000558211.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 1126,
          "cds_start": 870,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000557555.3",
          "protein_id": "ENSP00000451039.3",
          "transcript_support_level": 5,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1122,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.852C>A",
          "hgvs_p": "p.Ser284Arg",
          "transcript": "ENST00000888149.1",
          "protein_id": "ENSP00000558208.1",
          "transcript_support_level": null,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 1120,
          "cds_start": 852,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.846C>A",
          "hgvs_p": "p.Ser282Arg",
          "transcript": "ENST00000888138.1",
          "protein_id": "ENSP00000558197.1",
          "transcript_support_level": null,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 1118,
          "cds_start": 846,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000691973.1",
          "protein_id": "ENSP00000509141.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1117,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000888147.1",
          "protein_id": "ENSP00000558206.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1113,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "NM_001414030.1",
          "protein_id": "NP_001400959.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1112,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "NM_001414031.1",
          "protein_id": "NP_001400960.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1108,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000945422.1",
          "protein_id": "ENSP00000615481.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1102,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.783C>A",
          "hgvs_p": "p.Ser261Arg",
          "transcript": "NM_001414032.1",
          "protein_id": "NP_001400961.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 1097,
          "cds_start": 783,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.783C>A",
          "hgvs_p": "p.Ser261Arg",
          "transcript": "ENST00000888148.1",
          "protein_id": "ENSP00000558207.1",
          "transcript_support_level": null,
          "aa_start": 261,
          "aa_end": null,
          "aa_length": 1097,
          "cds_start": 783,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.777C>A",
          "hgvs_p": "p.Ser259Arg",
          "transcript": "ENST00000888132.1",
          "protein_id": "ENSP00000558191.1",
          "transcript_support_level": null,
          "aa_start": 259,
          "aa_end": null,
          "aa_length": 1095,
          "cds_start": 777,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000888144.1",
          "protein_id": "ENSP00000558203.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000888142.1",
          "protein_id": "ENSP00000558201.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.720C>A",
          "hgvs_p": "p.Ser240Arg",
          "transcript": "NM_001414033.1",
          "protein_id": "NP_001400962.1",
          "transcript_support_level": null,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": 720,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.720C>A",
          "hgvs_p": "p.Ser240Arg",
          "transcript": "ENST00000888139.1",
          "protein_id": "ENSP00000558198.1",
          "transcript_support_level": null,
          "aa_start": 240,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": 720,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000912205.1",
          "protein_id": "ENSP00000582264.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1076,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000888133.1",
          "protein_id": "ENSP00000558192.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1072,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.915C>A",
          "hgvs_p": "p.Ser305Arg",
          "transcript": "ENST00000888146.1",
          "protein_id": "ENSP00000558205.1",
          "transcript_support_level": null,
          "aa_start": 305,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": 915,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "NM_001414034.1",
          "protein_id": "NP_001400963.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000888136.1",
          "protein_id": "ENSP00000558194.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000945418.1",
          "protein_id": "ENSP00000615477.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1061,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000945416.1",
          "protein_id": "ENSP00000615475.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1056,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.624C>A",
          "hgvs_p": "p.Ser208Arg",
          "transcript": "NM_001144997.2",
          "protein_id": "NP_001138469.1",
          "transcript_support_level": null,
          "aa_start": 208,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 624,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.624C>A",
          "hgvs_p": "p.Ser208Arg",
          "transcript": "ENST00000452168.6",
          "protein_id": "ENSP00000393844.2",
          "transcript_support_level": 2,
          "aa_start": 208,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 624,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000945419.1",
          "protein_id": "ENSP00000615478.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.903C>A",
          "hgvs_p": "p.Ser301Arg",
          "transcript": "ENST00000945421.1",
          "protein_id": "ENSP00000615480.1",
          "transcript_support_level": null,
          "aa_start": 301,
          "aa_end": null,
          "aa_length": 1039,
          "cds_start": 903,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.576C>A",
          "hgvs_p": "p.Ser192Arg",
          "transcript": "NM_001367993.1",
          "protein_id": "NP_001354922.1",
          "transcript_support_level": null,
          "aa_start": 192,
          "aa_end": null,
          "aa_length": 1028,
          "cds_start": 576,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.567C>A",
          "hgvs_p": "p.Ser189Arg",
          "transcript": "ENST00000888153.1",
          "protein_id": "ENSP00000558212.1",
          "transcript_support_level": null,
          "aa_start": 189,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 567,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.564C>A",
          "hgvs_p": "p.Ser188Arg",
          "transcript": "NM_001414035.1",
          "protein_id": "NP_001400964.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": 564,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.429C>A",
          "hgvs_p": "p.Ser143Arg",
          "transcript": "ENST00000557257.2",
          "protein_id": "ENSP00000450578.2",
          "transcript_support_level": 4,
          "aa_start": 143,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 429,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.1035C>A",
          "hgvs_p": "p.Ser345Arg",
          "transcript": "XM_005268840.3",
          "protein_id": "XP_005268897.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 1175,
          "cds_start": 1035,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.1035C>A",
          "hgvs_p": "p.Ser345Arg",
          "transcript": "XM_005268841.3",
          "protein_id": "XP_005268898.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 1162,
          "cds_start": 1035,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Ser232Arg",
          "transcript": "XM_005268844.2",
          "protein_id": "XP_005268901.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 696,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Ser232Arg",
          "transcript": "XM_047428792.1",
          "protein_id": "XP_047284748.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 696,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.696C>A",
          "hgvs_p": "p.Ser232Arg",
          "transcript": "XM_047428793.1",
          "protein_id": "XP_047284749.1",
          "transcript_support_level": null,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 1068,
          "cds_start": 696,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.645C>A",
          "hgvs_p": "p.Ser215Arg",
          "transcript": "XM_017019265.2",
          "protein_id": "XP_016874754.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 645,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.645C>A",
          "hgvs_p": "p.Ser215Arg",
          "transcript": "XM_047428794.1",
          "protein_id": "XP_047284750.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 645,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.645C>A",
          "hgvs_p": "p.Ser215Arg",
          "transcript": "XM_047428795.1",
          "protein_id": "XP_047284751.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 645,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.645C>A",
          "hgvs_p": "p.Ser215Arg",
          "transcript": "XM_047428796.1",
          "protein_id": "XP_047284752.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 645,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.564C>A",
          "hgvs_p": "p.Ser188Arg",
          "transcript": "XM_047428797.1",
          "protein_id": "XP_047284753.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": 564,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.561C>A",
          "hgvs_p": "p.Ser187Arg",
          "transcript": "XM_005268848.2",
          "protein_id": "XP_005268905.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 1023,
          "cds_start": 561,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.564C>A",
          "hgvs_p": "p.Ser188Arg",
          "transcript": "XM_047428798.1",
          "protein_id": "XP_047284754.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1018,
          "cds_start": 564,
          "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": "S",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.270C>A",
          "hgvs_p": "p.Ser90Arg",
          "transcript": "XM_047428799.1",
          "protein_id": "XP_047284755.1",
          "transcript_support_level": null,
          "aa_start": 90,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": 270,
          "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": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "c.-390C>A",
          "hgvs_p": null,
          "transcript": "NM_001367994.1",
          "protein_id": "NP_001354923.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": null,
          "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": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*614C>A",
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.558C>A",
          "hgvs_p": null,
          "transcript": "ENST00000554543.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000554543.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.177C>A",
          "hgvs_p": null,
          "transcript": "ENST00000556273.5",
          "protein_id": "ENSP00000450679.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": "ENST00000556273.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*614C>A",
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.783C>A",
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*614C>A",
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*614C>A",
          "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": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGA7",
          "gene_hgnc_id": 6143,
          "hgvs_c": "n.*53C>A",
          "hgvs_p": null,
          "transcript": "ENST00000553276.1",
          "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": "pseudogene",
          "feature": "ENST00000553276.1"
        }
      ],
      "gene_symbol": "ITGA7",
      "gene_hgnc_id": 6143,
      "dbsnp": "rs113343213",
      "frequency_reference_population": 6.840759e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84076e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.17092591524124146,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.28,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3468,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.3,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.222,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001410977.1",
          "gene_symbol": "ITGA7",
          "hgnc_id": 6143,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.1035C>A",
          "hgvs_p": "p.Ser345Arg"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}