← 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: 3-124764429-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 124764429,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_002213.5",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2266A>G",
          "hgvs_p": "p.Lys756Glu",
          "transcript": "NM_002213.5",
          "protein_id": "NP_002204.2",
          "transcript_support_level": null,
          "aa_start": 756,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 2266,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 2631,
          "cdna_end": null,
          "cdna_length": 4440,
          "mane_select": "ENST00000296181.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_002213.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2266A>G",
          "hgvs_p": "p.Lys756Glu",
          "transcript": "ENST00000296181.9",
          "protein_id": "ENSP00000296181.4",
          "transcript_support_level": 1,
          "aa_start": 756,
          "aa_end": null,
          "aa_length": 799,
          "cds_start": 2266,
          "cds_end": null,
          "cds_length": 2400,
          "cdna_start": 2631,
          "cdna_end": null,
          "cdna_length": 4440,
          "mane_select": "NM_002213.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000296181.9"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2488A>G",
          "hgvs_p": "p.Lys830Glu",
          "transcript": "ENST00000905025.1",
          "protein_id": "ENSP00000575084.1",
          "transcript_support_level": null,
          "aa_start": 830,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 2488,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": 2825,
          "cdna_end": null,
          "cdna_length": 4628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905025.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2380A>G",
          "hgvs_p": "p.Lys794Glu",
          "transcript": "ENST00000965613.1",
          "protein_id": "ENSP00000635672.1",
          "transcript_support_level": null,
          "aa_start": 794,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 2380,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": 2820,
          "cdna_end": null,
          "cdna_length": 3627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965613.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2311A>G",
          "hgvs_p": "p.Lys771Glu",
          "transcript": "ENST00000965616.1",
          "protein_id": "ENSP00000635675.1",
          "transcript_support_level": null,
          "aa_start": 771,
          "aa_end": null,
          "aa_length": 814,
          "cds_start": 2311,
          "cds_end": null,
          "cds_length": 2445,
          "cdna_start": 2597,
          "cdna_end": null,
          "cdna_length": 3191,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965616.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2263A>G",
          "hgvs_p": "p.Lys755Glu",
          "transcript": "ENST00000935896.1",
          "protein_id": "ENSP00000605955.1",
          "transcript_support_level": null,
          "aa_start": 755,
          "aa_end": null,
          "aa_length": 798,
          "cds_start": 2263,
          "cds_end": null,
          "cds_length": 2397,
          "cdna_start": 2884,
          "cdna_end": null,
          "cdna_length": 4693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935896.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2260A>G",
          "hgvs_p": "p.Lys754Glu",
          "transcript": "ENST00000935903.1",
          "protein_id": "ENSP00000605962.1",
          "transcript_support_level": null,
          "aa_start": 754,
          "aa_end": null,
          "aa_length": 797,
          "cds_start": 2260,
          "cds_end": null,
          "cds_length": 2394,
          "cdna_start": 2756,
          "cdna_end": null,
          "cdna_length": 3563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935903.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2260A>G",
          "hgvs_p": "p.Lys754Glu",
          "transcript": "ENST00000965615.1",
          "protein_id": "ENSP00000635674.1",
          "transcript_support_level": null,
          "aa_start": 754,
          "aa_end": null,
          "aa_length": 797,
          "cds_start": 2260,
          "cds_end": null,
          "cds_length": 2394,
          "cdna_start": 2720,
          "cdna_end": null,
          "cdna_length": 3314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965615.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2242A>G",
          "hgvs_p": "p.Lys748Glu",
          "transcript": "ENST00000935905.1",
          "protein_id": "ENSP00000605964.1",
          "transcript_support_level": null,
          "aa_start": 748,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2242,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 2687,
          "cdna_end": null,
          "cdna_length": 3496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935905.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2170A>G",
          "hgvs_p": "p.Lys724Glu",
          "transcript": "ENST00000935898.1",
          "protein_id": "ENSP00000605957.1",
          "transcript_support_level": null,
          "aa_start": 724,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 2170,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 2847,
          "cdna_end": null,
          "cdna_length": 3656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935898.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2146A>G",
          "hgvs_p": "p.Lys716Glu",
          "transcript": "ENST00000965612.1",
          "protein_id": "ENSP00000635671.1",
          "transcript_support_level": null,
          "aa_start": 716,
          "aa_end": null,
          "aa_length": 759,
          "cds_start": 2146,
          "cds_end": null,
          "cds_length": 2280,
          "cdna_start": 2595,
          "cdna_end": null,
          "cdna_length": 3401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965612.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2104A>G",
          "hgvs_p": "p.Lys702Glu",
          "transcript": "ENST00000935909.1",
          "protein_id": "ENSP00000605968.1",
          "transcript_support_level": null,
          "aa_start": 702,
          "aa_end": null,
          "aa_length": 745,
          "cds_start": 2104,
          "cds_end": null,
          "cds_length": 2238,
          "cdna_start": 2462,
          "cdna_end": null,
          "cdna_length": 3271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935909.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2098A>G",
          "hgvs_p": "p.Lys700Glu",
          "transcript": "ENST00000935906.1",
          "protein_id": "ENSP00000605965.1",
          "transcript_support_level": null,
          "aa_start": 700,
          "aa_end": null,
          "aa_length": 743,
          "cds_start": 2098,
          "cds_end": null,
          "cds_length": 2232,
          "cdna_start": 2523,
          "cdna_end": null,
          "cdna_length": 3319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935906.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2080A>G",
          "hgvs_p": "p.Lys694Glu",
          "transcript": "ENST00000905026.1",
          "protein_id": "ENSP00000575085.1",
          "transcript_support_level": null,
          "aa_start": 694,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 2080,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 2124,
          "cdna_end": null,
          "cdna_length": 2913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905026.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2041A>G",
          "hgvs_p": "p.Lys681Glu",
          "transcript": "ENST00000935895.1",
          "protein_id": "ENSP00000605954.1",
          "transcript_support_level": null,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 2041,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": 2664,
          "cdna_end": null,
          "cdna_length": 4473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935895.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2041A>G",
          "hgvs_p": "p.Lys681Glu",
          "transcript": "ENST00000965617.1",
          "protein_id": "ENSP00000635676.1",
          "transcript_support_level": null,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 724,
          "cds_start": 2041,
          "cds_end": null,
          "cds_length": 2175,
          "cdna_start": 2054,
          "cdna_end": null,
          "cdna_length": 2648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965617.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2035A>G",
          "hgvs_p": "p.Lys679Glu",
          "transcript": "ENST00000935908.1",
          "protein_id": "ENSP00000605967.1",
          "transcript_support_level": null,
          "aa_start": 679,
          "aa_end": null,
          "aa_length": 722,
          "cds_start": 2035,
          "cds_end": null,
          "cds_length": 2169,
          "cdna_start": 2425,
          "cdna_end": null,
          "cdna_length": 3214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935908.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2032A>G",
          "hgvs_p": "p.Lys678Glu",
          "transcript": "ENST00000935899.1",
          "protein_id": "ENSP00000605958.1",
          "transcript_support_level": null,
          "aa_start": 678,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": 2032,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": 2697,
          "cdna_end": null,
          "cdna_length": 3506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935899.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2008A>G",
          "hgvs_p": "p.Lys670Glu",
          "transcript": "ENST00000965614.1",
          "protein_id": "ENSP00000635673.1",
          "transcript_support_level": null,
          "aa_start": 670,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 2008,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": 2280,
          "cdna_end": null,
          "cdna_length": 3086,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965614.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1975A>G",
          "hgvs_p": "p.Lys659Glu",
          "transcript": "ENST00000935902.1",
          "protein_id": "ENSP00000605961.1",
          "transcript_support_level": null,
          "aa_start": 659,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1975,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": 2598,
          "cdna_end": null,
          "cdna_length": 3405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935902.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1945A>G",
          "hgvs_p": "p.Lys649Glu",
          "transcript": "ENST00000935900.1",
          "protein_id": "ENSP00000605959.1",
          "transcript_support_level": null,
          "aa_start": 649,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1945,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 2609,
          "cdna_end": null,
          "cdna_length": 3418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935900.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1942A>G",
          "hgvs_p": "p.Lys648Glu",
          "transcript": "NM_001354764.2",
          "protein_id": "NP_001341693.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1942,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2349,
          "cdna_end": null,
          "cdna_length": 4158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354764.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1942A>G",
          "hgvs_p": "p.Lys648Glu",
          "transcript": "NM_001354765.1",
          "protein_id": "NP_001341694.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1942,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2281,
          "cdna_end": null,
          "cdna_length": 4090,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354765.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1942A>G",
          "hgvs_p": "p.Lys648Glu",
          "transcript": "ENST00000935901.1",
          "protein_id": "ENSP00000605960.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1942,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2606,
          "cdna_end": null,
          "cdna_length": 3410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935901.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1807A>G",
          "hgvs_p": "p.Lys603Glu",
          "transcript": "NM_001354766.2",
          "protein_id": "NP_001341695.1",
          "transcript_support_level": null,
          "aa_start": 603,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1807,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": 2214,
          "cdna_end": null,
          "cdna_length": 4023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354766.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1783A>G",
          "hgvs_p": "p.Lys595Glu",
          "transcript": "ENST00000935897.1",
          "protein_id": "ENSP00000605956.1",
          "transcript_support_level": null,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": 2275,
          "cdna_end": null,
          "cdna_length": 4078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935897.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1699A>G",
          "hgvs_p": "p.Lys567Glu",
          "transcript": "ENST00000935904.1",
          "protein_id": "ENSP00000605963.1",
          "transcript_support_level": null,
          "aa_start": 567,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 1699,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": 2153,
          "cdna_end": null,
          "cdna_length": 2962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935904.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1642A>G",
          "hgvs_p": "p.Lys548Glu",
          "transcript": "ENST00000935910.1",
          "protein_id": "ENSP00000605969.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 591,
          "cds_start": 1642,
          "cds_end": null,
          "cds_length": 1776,
          "cdna_start": 1894,
          "cdna_end": null,
          "cdna_length": 2480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935910.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1294A>G",
          "hgvs_p": "p.Lys432Glu",
          "transcript": "ENST00000935907.1",
          "protein_id": "ENSP00000605966.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": 1294,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": 1686,
          "cdna_end": null,
          "cdna_length": 2492,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000935907.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2176A>G",
          "hgvs_p": "p.Lys726Glu",
          "transcript": "XM_005247436.4",
          "protein_id": "XP_005247493.1",
          "transcript_support_level": null,
          "aa_start": 726,
          "aa_end": null,
          "aa_length": 769,
          "cds_start": 2176,
          "cds_end": null,
          "cds_length": 2310,
          "cdna_start": 2541,
          "cdna_end": null,
          "cdna_length": 4350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005247436.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.2131A>G",
          "hgvs_p": "p.Lys711Glu",
          "transcript": "XM_006713630.4",
          "protein_id": "XP_006713693.1",
          "transcript_support_level": null,
          "aa_start": 711,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 2131,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": 2496,
          "cdna_end": null,
          "cdna_length": 4305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006713630.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1942A>G",
          "hgvs_p": "p.Lys648Glu",
          "transcript": "XM_017006353.2",
          "protein_id": "XP_016861842.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1942,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2283,
          "cdna_end": null,
          "cdna_length": 4092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017006353.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1942A>G",
          "hgvs_p": "p.Lys648Glu",
          "transcript": "XM_047448087.1",
          "protein_id": "XP_047304043.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1942,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2214,
          "cdna_end": null,
          "cdna_length": 4023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448087.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1852A>G",
          "hgvs_p": "p.Lys618Glu",
          "transcript": "XM_047448088.1",
          "protein_id": "XP_047304044.1",
          "transcript_support_level": null,
          "aa_start": 618,
          "aa_end": null,
          "aa_length": 661,
          "cds_start": 1852,
          "cds_end": null,
          "cds_length": 1986,
          "cdna_start": 2124,
          "cdna_end": null,
          "cdna_length": 3933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448088.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "c.1807A>G",
          "hgvs_p": "p.Lys603Glu",
          "transcript": "XM_047448089.1",
          "protein_id": "XP_047304045.1",
          "transcript_support_level": null,
          "aa_start": 603,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1807,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": 2079,
          "cdna_end": null,
          "cdna_length": 3888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047448089.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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "n.1419A>G",
          "hgvs_p": null,
          "transcript": "ENST00000460797.5",
          "protein_id": null,
          "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": 2228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000460797.5"
        },
        {
          "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": "ITGB5",
          "gene_hgnc_id": 6160,
          "hgvs_c": "n.*28A>G",
          "hgvs_p": null,
          "transcript": "ENST00000461306.1",
          "protein_id": null,
          "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": 577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000461306.1"
        }
      ],
      "gene_symbol": "ITGB5",
      "gene_hgnc_id": 6160,
      "dbsnp": "rs762811107",
      "frequency_reference_population": 0.0000027369665,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000273697,
      "gnomad_genomes_af": 0.00000657471,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6033715009689331,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.516,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.458,
      "alphamissense_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.03,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 3.639,
      "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": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_002213.5",
          "gene_symbol": "ITGB5",
          "hgnc_id": 6160,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.2266A>G",
          "hgvs_p": "p.Lys756Glu"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.