← 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: 2-97158601-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 97158601,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001354587.1",
      "consequences": [
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "NM_001354587.1",
          "protein_id": "NP_001341516.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6534,
          "mane_select": "ENST00000420699.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001354587.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "ENST00000420699.9",
          "protein_id": "ENSP00000391950.4",
          "transcript_support_level": 5,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6534,
          "mane_select": "NM_001354587.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000420699.9"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 75,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "ENST00000461153.7",
          "protein_id": "ENSP00000419530.3",
          "transcript_support_level": 5,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 1579,
          "cdna_end": null,
          "cdna_length": 6024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000461153.7"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "ENST00000652721.1",
          "protein_id": "ENSP00000498611.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 1857,
          "cdna_end": null,
          "cdna_length": 7623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000652721.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_006712514.4",
          "protein_id": "XP_006712577.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 11507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006712514.4"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004009.2",
          "protein_id": "XP_016859498.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6625,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004009.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 75,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444227.1",
          "protein_id": "XP_047300183.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 12107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444227.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004010.2",
          "protein_id": "XP_016859499.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1914,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5745,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6531,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004010.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 75,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444229.1",
          "protein_id": "XP_047300185.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1914,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5745,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 12104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444229.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 76,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444230.1",
          "protein_id": "XP_047300186.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1914,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5745,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 11504,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444230.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004011.2",
          "protein_id": "XP_016859500.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004011.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004012.2",
          "protein_id": "XP_016859501.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004012.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004013.2",
          "protein_id": "XP_016859502.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004013.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004014.2",
          "protein_id": "XP_016859503.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004014.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1233T>G",
          "hgvs_p": "p.Cys411Trp",
          "transcript": "XM_017004015.2",
          "protein_id": "XP_016859504.1",
          "transcript_support_level": null,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1233,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1820,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004015.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004016.2",
          "protein_id": "XP_016859505.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004016.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004017.2",
          "protein_id": "XP_016859506.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004017.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004018.2",
          "protein_id": "XP_016859507.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004018.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004019.2",
          "protein_id": "XP_016859508.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004019.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004020.2",
          "protein_id": "XP_016859509.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004020.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004022.2",
          "protein_id": "XP_016859511.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004022.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004023.2",
          "protein_id": "XP_016859512.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004023.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444232.1",
          "protein_id": "XP_047300188.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1880,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5643,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444232.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 75,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1197T>G",
          "hgvs_p": "p.Cys399Trp",
          "transcript": "XM_017004024.2",
          "protein_id": "XP_016859513.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 1869,
          "cds_start": 1197,
          "cds_end": null,
          "cds_length": 5610,
          "cdna_start": 1784,
          "cdna_end": null,
          "cdna_length": 6396,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004024.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 75,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1197T>G",
          "hgvs_p": "p.Cys399Trp",
          "transcript": "XM_047444233.1",
          "protein_id": "XP_047300189.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 1868,
          "cds_start": 1197,
          "cds_end": null,
          "cds_length": 5607,
          "cdna_start": 1784,
          "cdna_end": null,
          "cdna_length": 6393,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444233.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004026.2",
          "protein_id": "XP_016859515.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004026.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004028.2",
          "protein_id": "XP_016859517.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004028.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004030.2",
          "protein_id": "XP_016859519.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004030.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004032.2",
          "protein_id": "XP_016859521.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004032.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004034.2",
          "protein_id": "XP_016859523.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004034.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004035.2",
          "protein_id": "XP_016859524.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004035.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004036.2",
          "protein_id": "XP_016859525.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004036.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004037.2",
          "protein_id": "XP_016859526.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004037.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444235.1",
          "protein_id": "XP_047300191.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1846,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5541,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444235.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1197T>G",
          "hgvs_p": "p.Cys399Trp",
          "transcript": "XM_047444236.1",
          "protein_id": "XP_047300192.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 1835,
          "cds_start": 1197,
          "cds_end": null,
          "cds_length": 5508,
          "cdna_start": 1784,
          "cdna_end": null,
          "cdna_length": 6294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444236.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1197T>G",
          "hgvs_p": "p.Cys399Trp",
          "transcript": "XM_047444237.1",
          "protein_id": "XP_047300193.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 1835,
          "cds_start": 1197,
          "cds_end": null,
          "cds_length": 5508,
          "cdna_start": 1784,
          "cdna_end": null,
          "cdna_length": 6294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444237.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 73,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1197T>G",
          "hgvs_p": "p.Cys399Trp",
          "transcript": "XM_047444238.1",
          "protein_id": "XP_047300194.1",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 1834,
          "cds_start": 1197,
          "cds_end": null,
          "cds_length": 5505,
          "cdna_start": 1784,
          "cdna_end": null,
          "cdna_length": 6291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444238.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 70,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444239.1",
          "protein_id": "XP_047300195.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1831,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5496,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 8000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444239.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 70,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004039.2",
          "protein_id": "XP_016859528.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1813,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5442,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004039.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 70,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004040.2",
          "protein_id": "XP_016859529.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1813,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5442,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004040.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 70,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004041.2",
          "protein_id": "XP_016859530.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1813,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5442,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004041.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 70,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004043.2",
          "protein_id": "XP_016859532.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1813,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5442,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004043.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 70,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444240.1",
          "protein_id": "XP_047300196.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1812,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5439,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444240.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 68,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004044.2",
          "protein_id": "XP_016859533.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1779,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5340,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004044.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 68,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_017004045.2",
          "protein_id": "XP_016859534.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1779,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5340,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004045.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 68,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444241.1",
          "protein_id": "XP_047300197.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1779,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5340,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444241.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 66,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp",
          "transcript": "XM_047444242.1",
          "protein_id": "XP_047300198.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 1745,
          "cds_start": 1335,
          "cds_end": null,
          "cds_length": 5238,
          "cdna_start": 1922,
          "cdna_end": null,
          "cdna_length": 6024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444242.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 72,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.633T>G",
          "hgvs_p": "p.Cys211Trp",
          "transcript": "XM_047444243.1",
          "protein_id": "XP_047300199.1",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 1681,
          "cds_start": 633,
          "cds_end": null,
          "cds_length": 5046,
          "cdna_start": 752,
          "cdna_end": null,
          "cdna_length": 5364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444243.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 71,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.546T>G",
          "hgvs_p": "p.Cys182Trp",
          "transcript": "XM_047444244.1",
          "protein_id": "XP_047300200.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 1652,
          "cds_start": 546,
          "cds_end": null,
          "cds_length": 4959,
          "cdna_start": 672,
          "cdna_end": null,
          "cdna_length": 5284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444244.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 70,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.492T>G",
          "hgvs_p": "p.Cys164Trp",
          "transcript": "XM_047444245.1",
          "protein_id": "XP_047300201.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 1634,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 4905,
          "cdna_start": 611,
          "cdna_end": null,
          "cdna_length": 5223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444245.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 69,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.546T>G",
          "hgvs_p": "p.Cys182Trp",
          "transcript": "XM_047444246.1",
          "protein_id": "XP_047300202.1",
          "transcript_support_level": null,
          "aa_start": 182,
          "aa_end": null,
          "aa_length": 1618,
          "cds_start": 546,
          "cds_end": null,
          "cds_length": 4857,
          "cdna_start": 630,
          "cdna_end": null,
          "cdna_length": 5140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444246.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 68,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "c.492T>G",
          "hgvs_p": "p.Cys164Trp",
          "transcript": "XM_047444247.1",
          "protein_id": "XP_047300203.1",
          "transcript_support_level": null,
          "aa_start": 164,
          "aa_end": null,
          "aa_length": 1600,
          "cds_start": 492,
          "cds_end": null,
          "cds_length": 4803,
          "cdna_start": 639,
          "cdna_end": null,
          "cdna_length": 5149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444247.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 74,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ANKRD36",
          "gene_hgnc_id": 24079,
          "hgvs_c": "n.1922T>G",
          "hgvs_p": null,
          "transcript": "XR_007074204.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007074204.1"
        }
      ],
      "gene_symbol": "ANKRD36",
      "gene_hgnc_id": 24079,
      "dbsnp": "rs199723612",
      "frequency_reference_population": 7.2240346e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 7.22403e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1484266221523285,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.09000000357627869,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.063,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3498,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.52,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.475,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.09,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001354587.1",
          "gene_symbol": "ANKRD36",
          "hgnc_id": 24079,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1335T>G",
          "hgvs_p": "p.Cys445Trp"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "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.