← 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: 6-28995471-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 28995471,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001010877.5",
      "consequences": [
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "NM_001382360.1",
          "protein_id": "NP_001369289.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 2099,
          "cdna_end": null,
          "cdna_length": 2782,
          "mane_select": "ENST00000377179.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001382360.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "ENST00000377179.4",
          "protein_id": "ENSP00000366384.3",
          "transcript_support_level": 5,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 2099,
          "cdna_end": null,
          "cdna_length": 2782,
          "mane_select": "NM_001382360.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377179.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "ENST00000916448.1",
          "protein_id": "ENSP00000586507.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 2480,
          "cdna_end": null,
          "cdna_length": 3162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916448.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "ENST00000953058.1",
          "protein_id": "ENSP00000623117.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 1806,
          "cdna_end": null,
          "cdna_length": 2487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953058.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "ENST00000953059.1",
          "protein_id": "ENSP00000623118.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 2029,
          "cdna_end": null,
          "cdna_length": 2735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953059.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "ENST00000916445.1",
          "protein_id": "ENSP00000586504.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2312,
          "cdna_end": null,
          "cdna_length": 3009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916445.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "ENST00000916446.1",
          "protein_id": "ENSP00000586505.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2470,
          "cdna_end": null,
          "cdna_length": 3156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916446.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "ENST00000953060.1",
          "protein_id": "ENSP00000623119.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2148,
          "cdna_end": null,
          "cdna_length": 2830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953060.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1603A>C",
          "hgvs_p": "p.Lys535Gln",
          "transcript": "ENST00000910911.1",
          "protein_id": "ENSP00000580970.1",
          "transcript_support_level": null,
          "aa_start": 535,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 1603,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 2159,
          "cdna_end": null,
          "cdna_length": 2705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910911.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1579A>C",
          "hgvs_p": "p.Lys527Gln",
          "transcript": "ENST00000916442.1",
          "protein_id": "ENSP00000586501.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2295,
          "cdna_end": null,
          "cdna_length": 3618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916442.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1579A>C",
          "hgvs_p": "p.Lys527Gln",
          "transcript": "ENST00000953056.1",
          "protein_id": "ENSP00000623115.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2010,
          "cdna_end": null,
          "cdna_length": 2691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953056.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "ENST00000910908.1",
          "protein_id": "ENSP00000580967.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 2432,
          "cdna_end": null,
          "cdna_length": 3117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910908.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "ENST00000910909.1",
          "protein_id": "ENSP00000580968.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 1852,
          "cdna_end": null,
          "cdna_length": 2534,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910909.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "ENST00000916447.1",
          "protein_id": "ENSP00000586506.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 2260,
          "cdna_end": null,
          "cdna_length": 2944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916447.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "ENST00000953057.1",
          "protein_id": "ENSP00000623116.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 2132,
          "cdna_end": null,
          "cdna_length": 2813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000953057.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "NM_001010877.5",
          "protein_id": "NP_001010877.2",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1938,
          "cdna_end": null,
          "cdna_length": 2621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001010877.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "ENST00000910907.1",
          "protein_id": "ENSP00000580966.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 2283,
          "cdna_end": null,
          "cdna_length": 3705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910907.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "ENST00000910910.1",
          "protein_id": "ENSP00000580969.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1920,
          "cdna_end": null,
          "cdna_length": 2602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910910.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "ENST00000916441.1",
          "protein_id": "ENSP00000586500.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 2123,
          "cdna_end": null,
          "cdna_length": 3554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916441.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "ENST00000916443.1",
          "protein_id": "ENSP00000586502.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1717,
          "cdna_end": null,
          "cdna_length": 2398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916443.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "ENST00000916444.1",
          "protein_id": "ENSP00000586503.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1845,
          "cdna_end": null,
          "cdna_length": 2524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916444.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "ENST00000916449.1",
          "protein_id": "ENSP00000586508.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 2108,
          "cdna_end": null,
          "cdna_length": 2793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916449.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1528A>C",
          "hgvs_p": "p.Lys510Gln",
          "transcript": "ENST00000910912.1",
          "protein_id": "ENSP00000580971.1",
          "transcript_support_level": null,
          "aa_start": 510,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 1528,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": 1788,
          "cdna_end": null,
          "cdna_length": 2470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910912.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1387A>C",
          "hgvs_p": "p.Lys463Gln",
          "transcript": "NM_001350637.4",
          "protein_id": "NP_001337566.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 618,
          "cds_start": 1387,
          "cds_end": null,
          "cds_length": 1857,
          "cdna_start": 2047,
          "cdna_end": null,
          "cdna_length": 2730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001350637.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "XM_005249019.5",
          "protein_id": "XP_005249076.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 2049,
          "cdna_end": null,
          "cdna_length": 2732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005249019.5"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "XM_006715067.4",
          "protein_id": "XP_006715130.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 2198,
          "cdna_end": null,
          "cdna_length": 2881,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006715067.4"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "XM_011514510.3",
          "protein_id": "XP_011512812.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 3183,
          "cdna_end": null,
          "cdna_length": 3866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514510.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "XM_011514511.3",
          "protein_id": "XP_011512813.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 2874,
          "cdna_end": null,
          "cdna_length": 3557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514511.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "XM_017010756.2",
          "protein_id": "XP_016866245.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 1935,
          "cdna_end": null,
          "cdna_length": 2618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010756.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1630A>C",
          "hgvs_p": "p.Lys544Gln",
          "transcript": "XM_017010757.2",
          "protein_id": "XP_016866246.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 699,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 2100,
          "cdna_start": 1786,
          "cdna_end": null,
          "cdna_length": 2469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010757.2"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "XM_011514512.3",
          "protein_id": "XP_011512814.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 3159,
          "cdna_end": null,
          "cdna_length": 3842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514512.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "XM_047418659.1",
          "protein_id": "XP_047274615.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2174,
          "cdna_end": null,
          "cdna_length": 2857,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418659.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "XM_047418660.1",
          "protein_id": "XP_047274616.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2025,
          "cdna_end": null,
          "cdna_length": 2708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418660.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "XM_047418661.1",
          "protein_id": "XP_047274617.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 2013,
          "cdna_end": null,
          "cdna_length": 2696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418661.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1606A>C",
          "hgvs_p": "p.Lys536Gln",
          "transcript": "XM_047418662.1",
          "protein_id": "XP_047274618.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 691,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 2076,
          "cdna_start": 1762,
          "cdna_end": null,
          "cdna_length": 2445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418662.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1603A>C",
          "hgvs_p": "p.Lys535Gln",
          "transcript": "XM_011514513.3",
          "protein_id": "XP_011512815.1",
          "transcript_support_level": null,
          "aa_start": 535,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": 1603,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": 3156,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514513.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1579A>C",
          "hgvs_p": "p.Lys527Gln",
          "transcript": "XM_047418663.1",
          "protein_id": "XP_047274619.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2147,
          "cdna_end": null,
          "cdna_length": 2830,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418663.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1579A>C",
          "hgvs_p": "p.Lys527Gln",
          "transcript": "XM_047418664.1",
          "protein_id": "XP_047274620.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1998,
          "cdna_end": null,
          "cdna_length": 2681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418664.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1579A>C",
          "hgvs_p": "p.Lys527Gln",
          "transcript": "XM_047418665.1",
          "protein_id": "XP_047274621.1",
          "transcript_support_level": null,
          "aa_start": 527,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1579,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1735,
          "cdna_end": null,
          "cdna_length": 2418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418665.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "XM_011514514.3",
          "protein_id": "XP_011512816.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 3108,
          "cdna_end": null,
          "cdna_length": 3791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514514.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "XM_047418666.1",
          "protein_id": "XP_047274622.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 2123,
          "cdna_end": null,
          "cdna_length": 2806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418666.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "XM_047418667.1",
          "protein_id": "XP_047274623.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 2111,
          "cdna_end": null,
          "cdna_length": 2794,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418667.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "XM_047418668.1",
          "protein_id": "XP_047274624.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 1974,
          "cdna_end": null,
          "cdna_length": 2657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418668.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1555A>C",
          "hgvs_p": "p.Lys519Gln",
          "transcript": "XM_047418669.1",
          "protein_id": "XP_047274625.1",
          "transcript_support_level": null,
          "aa_start": 519,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": 1555,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": 1962,
          "cdna_end": null,
          "cdna_length": 2645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418669.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "XM_017010758.3",
          "protein_id": "XP_016866247.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 3084,
          "cdna_end": null,
          "cdna_length": 3767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017010758.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "XM_047418670.1",
          "protein_id": "XP_047274626.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 2087,
          "cdna_end": null,
          "cdna_length": 2770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418670.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln",
          "transcript": "XM_047418671.1",
          "protein_id": "XP_047274627.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": 1687,
          "cdna_end": null,
          "cdna_length": 2370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047418671.1"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1387A>C",
          "hgvs_p": "p.Lys463Gln",
          "transcript": "XM_011514516.3",
          "protein_id": "XP_011512818.1",
          "transcript_support_level": null,
          "aa_start": 463,
          "aa_end": null,
          "aa_length": 618,
          "cds_start": 1387,
          "cds_end": null,
          "cds_length": 1857,
          "cdna_start": 1854,
          "cdna_end": null,
          "cdna_length": 2537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514516.3"
        },
        {
          "aa_ref": "K",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "c.1255A>C",
          "hgvs_p": "p.Lys419Gln",
          "transcript": "XM_011514517.3",
          "protein_id": "XP_011512819.1",
          "transcript_support_level": null,
          "aa_start": 419,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 1255,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1448,
          "cdna_end": null,
          "cdna_length": 2131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514517.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF311",
          "gene_hgnc_id": 13847,
          "hgvs_c": "n.2341A>C",
          "hgvs_p": null,
          "transcript": "ENST00000483450.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3027,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000483450.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "HCG15",
          "gene_hgnc_id": 18361,
          "hgvs_c": "n.805-3651T>G",
          "hgvs_p": null,
          "transcript": "ENST00000716160.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": 1597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000716160.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "HCG15",
          "gene_hgnc_id": 18361,
          "hgvs_c": "n.748+8592T>G",
          "hgvs_p": null,
          "transcript": "ENST00000759769.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": 1242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000759769.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "HCG15",
          "gene_hgnc_id": 18361,
          "hgvs_c": "n.677+8592T>G",
          "hgvs_p": null,
          "transcript": "ENST00000759770.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": 1171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000759770.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "HCG15",
          "gene_hgnc_id": 18361,
          "hgvs_c": "n.546-3651T>G",
          "hgvs_p": null,
          "transcript": "ENST00000759771.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": 680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000759771.1"
        }
      ],
      "gene_symbol": "ZNF311",
      "gene_hgnc_id": 13847,
      "dbsnp": "rs6456880",
      "frequency_reference_population": 0.45195517,
      "hom_count_reference_population": 177008,
      "allele_count_reference_population": 729358,
      "gnomad_exomes_af": 0.439358,
      "gnomad_genomes_af": 0.57308,
      "gnomad_exomes_ac": 642235,
      "gnomad_genomes_ac": 87123,
      "gnomad_exomes_homalt": 148835,
      "gnomad_genomes_homalt": 28173,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 8.973237299869652e-7,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.014,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2142,
      "alphamissense_prediction": "Benign",
      "bayesdelnoaf_score": -0.85,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.318,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_001010877.5",
          "gene_symbol": "ZNF311",
          "hgnc_id": 13847,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1531A>C",
          "hgvs_p": "p.Lys511Gln"
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000716160.1",
          "gene_symbol": "HCG15",
          "hgnc_id": 18361,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.805-3651T>G",
          "hgvs_p": null
        }
      ],
      "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.