← 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: 10-67922971-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "10",
      "pos": 67922971,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_022079.3",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "NM_015601.4",
          "protein_id": "NP_056416.2",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000373700.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015601.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000373700.9",
          "protein_id": "ENSP00000362804.4",
          "transcript_support_level": 1,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015601.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000373700.9"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3134T>A",
          "hgvs_p": "p.Ile1045Asn",
          "transcript": "ENST00000395198.7",
          "protein_id": "ENSP00000378624.3",
          "transcript_support_level": 1,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000395198.7"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2900T>A",
          "hgvs_p": "p.Ile967Asn",
          "transcript": "ENST00000412272.6",
          "protein_id": "ENSP00000416504.2",
          "transcript_support_level": 1,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 2900,
          "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": "ENST00000412272.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2804T>A",
          "hgvs_p": "p.Ile935Asn",
          "transcript": "ENST00000277817.10",
          "protein_id": "ENSP00000277817.6",
          "transcript_support_level": 1,
          "aa_start": 935,
          "aa_end": null,
          "aa_length": 947,
          "cds_start": 2804,
          "cds_end": null,
          "cds_length": 2844,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000277817.10"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "n.*2504T>A",
          "hgvs_p": null,
          "transcript": "ENST00000473533.6",
          "protein_id": "ENSP00000423671.1",
          "transcript_support_level": 1,
          "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": "ENST00000473533.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "n.*2504T>A",
          "hgvs_p": null,
          "transcript": "ENST00000473533.6",
          "protein_id": "ENSP00000423671.1",
          "transcript_support_level": 1,
          "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": "ENST00000473533.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3227T>A",
          "hgvs_p": "p.Ile1076Asn",
          "transcript": "ENST00000930767.1",
          "protein_id": "ENSP00000600826.1",
          "transcript_support_level": null,
          "aa_start": 1076,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3227,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930767.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3227T>A",
          "hgvs_p": "p.Ile1076Asn",
          "transcript": "ENST00000946404.1",
          "protein_id": "ENSP00000616463.1",
          "transcript_support_level": null,
          "aa_start": 1076,
          "aa_end": null,
          "aa_length": 1088,
          "cds_start": 3227,
          "cds_end": null,
          "cds_length": 3267,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946404.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3203T>A",
          "hgvs_p": "p.Ile1068Asn",
          "transcript": "ENST00000868738.1",
          "protein_id": "ENSP00000538797.1",
          "transcript_support_level": null,
          "aa_start": 1068,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 3203,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868738.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3203T>A",
          "hgvs_p": "p.Ile1068Asn",
          "transcript": "ENST00000868741.1",
          "protein_id": "ENSP00000538800.1",
          "transcript_support_level": null,
          "aa_start": 1068,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": 3203,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868741.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3200T>A",
          "hgvs_p": "p.Ile1067Asn",
          "transcript": "ENST00000946407.1",
          "protein_id": "ENSP00000616466.1",
          "transcript_support_level": null,
          "aa_start": 1067,
          "aa_end": null,
          "aa_length": 1079,
          "cds_start": 3200,
          "cds_end": null,
          "cds_length": 3240,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946407.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3185T>A",
          "hgvs_p": "p.Ile1062Asn",
          "transcript": "ENST00000868739.1",
          "protein_id": "ENSP00000538798.1",
          "transcript_support_level": null,
          "aa_start": 1062,
          "aa_end": null,
          "aa_length": 1074,
          "cds_start": 3185,
          "cds_end": null,
          "cds_length": 3225,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868739.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3134T>A",
          "hgvs_p": "p.Ile1045Asn",
          "transcript": "NM_022079.3",
          "protein_id": "NP_071362.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022079.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3134T>A",
          "hgvs_p": "p.Ile1045Asn",
          "transcript": "ENST00000868742.1",
          "protein_id": "ENSP00000538801.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868742.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3134T>A",
          "hgvs_p": "p.Ile1045Asn",
          "transcript": "ENST00000930771.1",
          "protein_id": "ENSP00000600830.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930771.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000868737.1",
          "protein_id": "ENSP00000538796.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868737.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000868744.1",
          "protein_id": "ENSP00000538803.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868744.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000930772.1",
          "protein_id": "ENSP00000600831.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930772.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000946405.1",
          "protein_id": "ENSP00000616464.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946405.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000946406.1",
          "protein_id": "ENSP00000616465.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946406.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000946412.1",
          "protein_id": "ENSP00000616471.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946412.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "ENST00000946413.1",
          "protein_id": "ENSP00000616472.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946413.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3107T>A",
          "hgvs_p": "p.Ile1036Asn",
          "transcript": "ENST00000868736.1",
          "protein_id": "ENSP00000538795.1",
          "transcript_support_level": null,
          "aa_start": 1036,
          "aa_end": null,
          "aa_length": 1048,
          "cds_start": 3107,
          "cds_end": null,
          "cds_length": 3147,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868736.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3041T>A",
          "hgvs_p": "p.Ile1014Asn",
          "transcript": "ENST00000930768.1",
          "protein_id": "ENSP00000600827.1",
          "transcript_support_level": null,
          "aa_start": 1014,
          "aa_end": null,
          "aa_length": 1026,
          "cds_start": 3041,
          "cds_end": null,
          "cds_length": 3081,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930768.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3011T>A",
          "hgvs_p": "p.Ile1004Asn",
          "transcript": "ENST00000946414.1",
          "protein_id": "ENSP00000616473.1",
          "transcript_support_level": null,
          "aa_start": 1004,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": 3011,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946414.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2966T>A",
          "hgvs_p": "p.Ile989Asn",
          "transcript": "ENST00000946411.1",
          "protein_id": "ENSP00000616470.1",
          "transcript_support_level": null,
          "aa_start": 989,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": 2966,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946411.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2930T>A",
          "hgvs_p": "p.Ile977Asn",
          "transcript": "ENST00000946410.1",
          "protein_id": "ENSP00000616469.1",
          "transcript_support_level": null,
          "aa_start": 977,
          "aa_end": null,
          "aa_length": 989,
          "cds_start": 2930,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946410.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2900T>A",
          "hgvs_p": "p.Ile967Asn",
          "transcript": "NM_001278185.2",
          "protein_id": "NP_001265114.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 2900,
          "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": "NM_001278185.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2900T>A",
          "hgvs_p": "p.Ile967Asn",
          "transcript": "ENST00000946415.1",
          "protein_id": "ENSP00000616474.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 2900,
          "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": "ENST00000946415.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2876T>A",
          "hgvs_p": "p.Ile959Asn",
          "transcript": "ENST00000868740.1",
          "protein_id": "ENSP00000538799.1",
          "transcript_support_level": null,
          "aa_start": 959,
          "aa_end": null,
          "aa_length": 971,
          "cds_start": 2876,
          "cds_end": null,
          "cds_length": 2916,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868740.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2876T>A",
          "hgvs_p": "p.Ile959Asn",
          "transcript": "ENST00000868743.1",
          "protein_id": "ENSP00000538802.1",
          "transcript_support_level": null,
          "aa_start": 959,
          "aa_end": null,
          "aa_length": 971,
          "cds_start": 2876,
          "cds_end": null,
          "cds_length": 2916,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868743.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2864T>A",
          "hgvs_p": "p.Ile955Asn",
          "transcript": "ENST00000946408.1",
          "protein_id": "ENSP00000616467.1",
          "transcript_support_level": null,
          "aa_start": 955,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 2864,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946408.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2771T>A",
          "hgvs_p": "p.Ile924Asn",
          "transcript": "ENST00000930769.1",
          "protein_id": "ENSP00000600828.1",
          "transcript_support_level": null,
          "aa_start": 924,
          "aa_end": null,
          "aa_length": 936,
          "cds_start": 2771,
          "cds_end": null,
          "cds_length": 2811,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930769.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2768T>A",
          "hgvs_p": "p.Ile923Asn",
          "transcript": "ENST00000930770.1",
          "protein_id": "ENSP00000600829.1",
          "transcript_support_level": null,
          "aa_start": 923,
          "aa_end": null,
          "aa_length": 935,
          "cds_start": 2768,
          "cds_end": null,
          "cds_length": 2808,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000930770.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2747T>A",
          "hgvs_p": "p.Ile916Asn",
          "transcript": "ENST00000868735.1",
          "protein_id": "ENSP00000538794.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 928,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 2787,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868735.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 22,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2747T>A",
          "hgvs_p": "p.Ile916Asn",
          "transcript": "ENST00000946409.1",
          "protein_id": "ENSP00000616468.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 928,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 2787,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946409.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2345T>A",
          "hgvs_p": "p.Ile782Asn",
          "transcript": "NM_001278186.2",
          "protein_id": "NP_001265115.1",
          "transcript_support_level": null,
          "aa_start": 782,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 2345,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001278186.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3206T>A",
          "hgvs_p": "p.Ile1069Asn",
          "transcript": "XM_011539592.4",
          "protein_id": "XP_011537894.1",
          "transcript_support_level": null,
          "aa_start": 1069,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 3206,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011539592.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3206T>A",
          "hgvs_p": "p.Ile1069Asn",
          "transcript": "XM_024447927.2",
          "protein_id": "XP_024303695.1",
          "transcript_support_level": null,
          "aa_start": 1069,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 3206,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024447927.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3206T>A",
          "hgvs_p": "p.Ile1069Asn",
          "transcript": "XM_024447928.2",
          "protein_id": "XP_024303696.1",
          "transcript_support_level": null,
          "aa_start": 1069,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 3206,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024447928.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3206T>A",
          "hgvs_p": "p.Ile1069Asn",
          "transcript": "XM_047424990.1",
          "protein_id": "XP_047280946.1",
          "transcript_support_level": null,
          "aa_start": 1069,
          "aa_end": null,
          "aa_length": 1081,
          "cds_start": 3206,
          "cds_end": null,
          "cds_length": 3246,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424990.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3182T>A",
          "hgvs_p": "p.Ile1061Asn",
          "transcript": "XM_011539593.4",
          "protein_id": "XP_011537895.1",
          "transcript_support_level": null,
          "aa_start": 1061,
          "aa_end": null,
          "aa_length": 1073,
          "cds_start": 3182,
          "cds_end": null,
          "cds_length": 3222,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011539593.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3134T>A",
          "hgvs_p": "p.Ile1045Asn",
          "transcript": "XM_024447930.2",
          "protein_id": "XP_024303698.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024447930.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3134T>A",
          "hgvs_p": "p.Ile1045Asn",
          "transcript": "XM_047424991.1",
          "protein_id": "XP_047280947.1",
          "transcript_support_level": null,
          "aa_start": 1045,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": 3134,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424991.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "XM_047424992.1",
          "protein_id": "XP_047280948.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424992.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.3110T>A",
          "hgvs_p": "p.Ile1037Asn",
          "transcript": "XM_047424993.1",
          "protein_id": "XP_047280949.1",
          "transcript_support_level": null,
          "aa_start": 1037,
          "aa_end": null,
          "aa_length": 1049,
          "cds_start": 3110,
          "cds_end": null,
          "cds_length": 3150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424993.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2996T>A",
          "hgvs_p": "p.Ile999Asn",
          "transcript": "XM_047424995.1",
          "protein_id": "XP_047280951.1",
          "transcript_support_level": null,
          "aa_start": 999,
          "aa_end": null,
          "aa_length": 1011,
          "cds_start": 2996,
          "cds_end": null,
          "cds_length": 3036,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424995.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2924T>A",
          "hgvs_p": "p.Ile975Asn",
          "transcript": "XM_047424996.1",
          "protein_id": "XP_047280952.1",
          "transcript_support_level": null,
          "aa_start": 975,
          "aa_end": null,
          "aa_length": 987,
          "cds_start": 2924,
          "cds_end": null,
          "cds_length": 2964,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424996.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2900T>A",
          "hgvs_p": "p.Ile967Asn",
          "transcript": "XM_047424997.1",
          "protein_id": "XP_047280953.1",
          "transcript_support_level": null,
          "aa_start": 967,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": 2900,
          "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": "XM_047424997.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2843T>A",
          "hgvs_p": "p.Ile948Asn",
          "transcript": "XM_011539597.4",
          "protein_id": "XP_011537899.1",
          "transcript_support_level": null,
          "aa_start": 948,
          "aa_end": null,
          "aa_length": 960,
          "cds_start": 2843,
          "cds_end": null,
          "cds_length": 2883,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011539597.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2819T>A",
          "hgvs_p": "p.Ile940Asn",
          "transcript": "XM_047424998.1",
          "protein_id": "XP_047280954.1",
          "transcript_support_level": null,
          "aa_start": 940,
          "aa_end": null,
          "aa_length": 952,
          "cds_start": 2819,
          "cds_end": null,
          "cds_length": 2859,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424998.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2771T>A",
          "hgvs_p": "p.Ile924Asn",
          "transcript": "XM_017016041.3",
          "protein_id": "XP_016871530.1",
          "transcript_support_level": null,
          "aa_start": 924,
          "aa_end": null,
          "aa_length": 936,
          "cds_start": 2771,
          "cds_end": null,
          "cds_length": 2811,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017016041.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2747T>A",
          "hgvs_p": "p.Ile916Asn",
          "transcript": "XM_047424999.1",
          "protein_id": "XP_047280955.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 928,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 2787,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047424999.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2747T>A",
          "hgvs_p": "p.Ile916Asn",
          "transcript": "XM_047425000.1",
          "protein_id": "XP_047280956.1",
          "transcript_support_level": null,
          "aa_start": 916,
          "aa_end": null,
          "aa_length": 928,
          "cds_start": 2747,
          "cds_end": null,
          "cds_length": 2787,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425000.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "c.2558T>A",
          "hgvs_p": "p.Ile853Asn",
          "transcript": "XM_047425001.1",
          "protein_id": "XP_047280957.1",
          "transcript_support_level": null,
          "aa_start": 853,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 2558,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047425001.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "n.*4706T>A",
          "hgvs_p": null,
          "transcript": "ENST00000427635.6",
          "protein_id": "ENSP00000406171.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000427635.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HERC4",
          "gene_hgnc_id": 24521,
          "hgvs_c": "n.*4706T>A",
          "hgvs_p": null,
          "transcript": "ENST00000427635.6",
          "protein_id": "ENSP00000406171.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000427635.6"
        }
      ],
      "gene_symbol": "HERC4",
      "gene_hgnc_id": 24521,
      "dbsnp": "rs149844890",
      "frequency_reference_population": 0.0005429117,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 876,
      "gnomad_exomes_af": 0.00055161,
      "gnomad_genomes_af": 0.000459486,
      "gnomad_exomes_ac": 806,
      "gnomad_genomes_ac": 70,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.06383779644966125,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.149,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.175,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.32,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.087,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -8,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BS2",
      "acmg_by_gene": [
        {
          "score": -8,
          "benign_score": 8,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_022079.3",
          "gene_symbol": "HERC4",
          "hgnc_id": 24521,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.3134T>A",
          "hgvs_p": "p.Ile1045Asn"
        }
      ],
      "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.