← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-6673414-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 6673414,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001385743.1",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385745.1",
          "protein_id": "NP_001372674.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 3407,
          "mane_select": "ENST00000683879.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385745.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "ENST00000683879.1",
          "protein_id": "ENSP00000507462.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 3407,
          "mane_select": "NM_001385745.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000683879.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.548A>G",
          "hgvs_p": "p.Tyr183Cys",
          "transcript": "ENST00000355772.8",
          "protein_id": "ENSP00000348018.4",
          "transcript_support_level": 1,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 548,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 700,
          "cdna_end": null,
          "cdna_length": 2514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000355772.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "n.443A>G",
          "hgvs_p": null,
          "transcript": "ENST00000542519.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000542519.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.857A>G",
          "hgvs_p": "p.Tyr286Cys",
          "transcript": "ENST00000710399.1",
          "protein_id": "ENSP00000518253.1",
          "transcript_support_level": null,
          "aa_start": 286,
          "aa_end": null,
          "aa_length": 625,
          "cds_start": 857,
          "cds_end": null,
          "cds_length": 1878,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 3407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000710399.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385743.1",
          "protein_id": "NP_001372672.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1076,
          "cdna_end": null,
          "cdna_length": 3334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385743.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385744.1",
          "protein_id": "NP_001372673.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1410,
          "cdna_end": null,
          "cdna_length": 3668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385744.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385746.1",
          "protein_id": "NP_001372675.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1145,
          "cdna_end": null,
          "cdna_length": 3403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385746.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385747.1",
          "protein_id": "NP_001372676.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 2020,
          "cdna_end": null,
          "cdna_length": 4278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385747.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "NM_001385748.1",
          "protein_id": "NP_001372677.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 3359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385748.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "NM_001385749.1",
          "protein_id": "NP_001372678.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1972,
          "cdna_end": null,
          "cdna_length": 4230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385749.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001135734.3",
          "protein_id": "NP_001129206.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 983,
          "cdna_end": null,
          "cdna_length": 3241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001135734.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385750.1",
          "protein_id": "NP_001372679.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 3575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385750.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385751.1",
          "protein_id": "NP_001372680.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1160,
          "cdna_end": null,
          "cdna_length": 3418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385751.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385752.1",
          "protein_id": "NP_001372681.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 3314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385752.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385753.1",
          "protein_id": "NP_001372682.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 3432,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385753.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385754.1",
          "protein_id": "NP_001372683.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1701,
          "cdna_end": null,
          "cdna_length": 3959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385754.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385755.1",
          "protein_id": "NP_001372684.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1923,
          "cdna_end": null,
          "cdna_length": 4181,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385755.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385756.1",
          "protein_id": "NP_001372685.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 979,
          "cdna_end": null,
          "cdna_length": 3237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385756.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385757.1",
          "protein_id": "NP_001372686.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 1451,
          "cdna_end": null,
          "cdna_length": 3709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385757.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "ENST00000361959.7",
          "protein_id": "ENSP00000354592.3",
          "transcript_support_level": 5,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 973,
          "cdna_end": null,
          "cdna_length": 2978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361959.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "ENST00000396801.7",
          "protein_id": "ENSP00000380019.3",
          "transcript_support_level": 2,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 921,
          "cdna_end": null,
          "cdna_length": 3008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396801.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385758.1",
          "protein_id": "NP_001372687.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 3266,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385758.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385759.1",
          "protein_id": "NP_001372688.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 3193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385759.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385760.1",
          "protein_id": "NP_001372689.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 1194,
          "cdna_end": null,
          "cdna_length": 3452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385760.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385761.1",
          "protein_id": "NP_001372690.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 1269,
          "cdna_end": null,
          "cdna_length": 3527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385761.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.641A>G",
          "hgvs_p": "p.Tyr214Cys",
          "transcript": "NM_001385762.1",
          "protein_id": "NP_001372691.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 641,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": 980,
          "cdna_end": null,
          "cdna_length": 3238,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385762.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385763.1",
          "protein_id": "NP_001372692.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 3619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385763.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385764.1",
          "protein_id": "NP_001372693.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1149,
          "cdna_end": null,
          "cdna_length": 3224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385764.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385765.1",
          "protein_id": "NP_001372694.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 2020,
          "cdna_end": null,
          "cdna_length": 4095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385765.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385766.1",
          "protein_id": "NP_001372695.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1076,
          "cdna_end": null,
          "cdna_length": 3151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385766.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "NM_001385767.1",
          "protein_id": "NP_001372696.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 2016,
          "cdna_end": null,
          "cdna_length": 4091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385767.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "NM_001385768.1",
          "protein_id": "NP_001372697.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1972,
          "cdna_end": null,
          "cdna_length": 4047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385768.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "NM_001385769.1",
          "protein_id": "NP_001372698.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1101,
          "cdna_end": null,
          "cdna_length": 3176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385769.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "NM_001385770.1",
          "protein_id": "NP_001372699.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1746,
          "cdna_end": null,
          "cdna_length": 3821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385770.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385771.1",
          "protein_id": "NP_001372700.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 3155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385771.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.548A>G",
          "hgvs_p": "p.Tyr183Cys",
          "transcript": "NM_001385772.1",
          "protein_id": "NP_001372701.1",
          "transcript_support_level": null,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 548,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 818,
          "cdna_end": null,
          "cdna_length": 3076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385772.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385739.1",
          "protein_id": "NP_001372668.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1927,
          "cdna_end": null,
          "cdna_length": 4002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385739.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385740.1",
          "protein_id": "NP_001372669.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 983,
          "cdna_end": null,
          "cdna_length": 3058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385740.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385773.1",
          "protein_id": "NP_001372702.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1451,
          "cdna_end": null,
          "cdna_length": 3526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385773.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385774.1",
          "protein_id": "NP_001372703.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1923,
          "cdna_end": null,
          "cdna_length": 3998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385774.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385775.1",
          "protein_id": "NP_001372704.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 923,
          "cdna_end": null,
          "cdna_length": 2998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385775.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385776.1",
          "protein_id": "NP_001372705.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1317,
          "cdna_end": null,
          "cdna_length": 3392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385776.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385777.1",
          "protein_id": "NP_001372706.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1052,
          "cdna_end": null,
          "cdna_length": 3127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385777.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385778.1",
          "protein_id": "NP_001372707.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1701,
          "cdna_end": null,
          "cdna_length": 3776,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385778.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385779.1",
          "protein_id": "NP_001372708.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1697,
          "cdna_end": null,
          "cdna_length": 3772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385779.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385780.1",
          "protein_id": "NP_001372709.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1080,
          "cdna_end": null,
          "cdna_length": 3155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385780.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385781.1",
          "protein_id": "NP_001372710.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1160,
          "cdna_end": null,
          "cdna_length": 3235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385781.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385782.1",
          "protein_id": "NP_001372711.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1210,
          "cdna_end": null,
          "cdna_length": 3285,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385782.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385783.1",
          "protein_id": "NP_001372712.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1427,
          "cdna_end": null,
          "cdna_length": 3502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385783.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385784.1",
          "protein_id": "NP_001372713.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 3197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385784.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385785.1",
          "protein_id": "NP_001372714.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 979,
          "cdna_end": null,
          "cdna_length": 3054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385785.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_001385786.1",
          "protein_id": "NP_001372715.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1447,
          "cdna_end": null,
          "cdna_length": 3522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385786.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "NM_133476.5",
          "protein_id": "NP_597733.2",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 3131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_133476.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.713A>G",
          "hgvs_p": "p.Tyr238Cys",
          "transcript": "ENST00000319770.7",
          "protein_id": "ENSP00000321650.4",
          "transcript_support_level": 2,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 713,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": 1191,
          "cdna_end": null,
          "cdna_length": 3266,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000319770.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385741.1",
          "protein_id": "NP_001372670.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 3083,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385741.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385742.1",
          "protein_id": "NP_001372671.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 3010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385742.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385787.1",
          "protein_id": "NP_001372716.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1403,
          "cdna_end": null,
          "cdna_length": 3478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385787.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385788.1",
          "protein_id": "NP_001372717.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1879,
          "cdna_end": null,
          "cdna_length": 3954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385788.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385789.1",
          "protein_id": "NP_001372718.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1112,
          "cdna_end": null,
          "cdna_length": 3187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385789.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385790.1",
          "protein_id": "NP_001372719.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1004,
          "cdna_end": null,
          "cdna_length": 3079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385790.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385791.1",
          "protein_id": "NP_001372720.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 931,
          "cdna_end": null,
          "cdna_length": 3006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385791.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385792.1",
          "protein_id": "NP_001372721.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 948,
          "cdna_end": null,
          "cdna_length": 3023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385792.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385793.1",
          "protein_id": "NP_001372722.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1162,
          "cdna_end": null,
          "cdna_length": 3237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385793.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385794.1",
          "protein_id": "NP_001372723.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1379,
          "cdna_end": null,
          "cdna_length": 3454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385794.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385795.1",
          "protein_id": "NP_001372724.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1269,
          "cdna_end": null,
          "cdna_length": 3344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385795.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.596A>G",
          "hgvs_p": "p.Tyr199Cys",
          "transcript": "NM_001385796.1",
          "protein_id": "NP_001372725.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 477,
          "cds_start": 596,
          "cds_end": null,
          "cds_length": 1434,
          "cdna_start": 1057,
          "cdna_end": null,
          "cdna_length": 3132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385796.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.569A>G",
          "hgvs_p": "p.Tyr190Cys",
          "transcript": "NM_001385797.1",
          "protein_id": "NP_001372726.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 839,
          "cdna_end": null,
          "cdna_length": 2914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385797.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.548A>G",
          "hgvs_p": "p.Tyr183Cys",
          "transcript": "NM_001039920.3",
          "protein_id": "NP_001035009.1",
          "transcript_support_level": null,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 548,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 818,
          "cdna_end": null,
          "cdna_length": 2893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001039920.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.548A>G",
          "hgvs_p": "p.Tyr183Cys",
          "transcript": "NM_001385798.1",
          "protein_id": "NP_001372727.1",
          "transcript_support_level": null,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 548,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 891,
          "cdna_end": null,
          "cdna_length": 2966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385798.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.548A>G",
          "hgvs_p": "p.Tyr183Cys",
          "transcript": "NM_001385799.1",
          "protein_id": "NP_001372728.1",
          "transcript_support_level": null,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 548,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 3009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385799.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.548A>G",
          "hgvs_p": "p.Tyr183Cys",
          "transcript": "NM_001385800.1",
          "protein_id": "NP_001372729.1",
          "transcript_support_level": null,
          "aa_start": 183,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 548,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 995,
          "cdna_end": null,
          "cdna_length": 3070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385800.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "NM_001385801.1",
          "protein_id": "NP_001372730.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 935,
          "cdna_end": null,
          "cdna_length": 2851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001385801.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "ENST00000417772.7",
          "protein_id": "ENSP00000399572.3",
          "transcript_support_level": 5,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1133,
          "cdna_start": 959,
          "cdna_end": null,
          "cdna_length": 1286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000417772.7"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "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": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "ENST00000436774.6",
          "protein_id": "ENSP00000412911.2",
          "transcript_support_level": 3,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 276,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 831,
          "cdna_start": 930,
          "cdna_end": null,
          "cdna_length": 1096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000436774.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "XM_011520917.3",
          "protein_id": "XP_011519219.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1794,
          "cdna_end": null,
          "cdna_length": 4052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011520917.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "XM_011520919.3",
          "protein_id": "XP_011519221.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1544,
          "cdna_end": null,
          "cdna_length": 3802,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011520919.3"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "XM_047428467.1",
          "protein_id": "XP_047284423.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 3511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428467.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "XM_011520922.1",
          "protein_id": "XP_011519224.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 592,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1779,
          "cdna_start": 1028,
          "cdna_end": null,
          "cdna_length": 3286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011520922.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "XM_047428468.1",
          "protein_id": "XP_047284424.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": 1653,
          "cdna_end": null,
          "cdna_length": 3911,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428468.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "XM_047428469.1",
          "protein_id": "XP_047284425.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1794,
          "cdna_end": null,
          "cdna_length": 3869,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428469.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "XM_047428470.1",
          "protein_id": "XP_047284426.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1410,
          "cdna_end": null,
          "cdna_length": 3485,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428470.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys",
          "transcript": "XM_047428471.1",
          "protein_id": "XP_047284427.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 806,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": 1253,
          "cdna_end": null,
          "cdna_length": 3328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428471.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "XM_047428472.1",
          "protein_id": "XP_047284428.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1028,
          "cdna_end": null,
          "cdna_length": 3103,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428472.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.758A>G",
          "hgvs_p": "p.Tyr253Cys",
          "transcript": "XM_047428473.1",
          "protein_id": "XP_047284429.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 531,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 1596,
          "cdna_start": 1362,
          "cdna_end": null,
          "cdna_length": 3437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428473.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.665A>G",
          "hgvs_p": "p.Tyr222Cys",
          "transcript": "XM_047428474.1",
          "protein_id": "XP_047284430.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 1653,
          "cdna_end": null,
          "cdna_length": 3728,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428474.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "c.20A>G",
          "hgvs_p": "p.Tyr7Cys",
          "transcript": "XM_006718969.4",
          "protein_id": "XP_006719032.1",
          "transcript_support_level": null,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 346,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 1041,
          "cdna_start": 180,
          "cdna_end": null,
          "cdna_length": 2438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006718969.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "n.2085A>G",
          "hgvs_p": null,
          "transcript": "NR_169758.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": 4160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_169758.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "n.1214A>G",
          "hgvs_p": null,
          "transcript": "NR_169759.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": 3289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_169759.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "n.1992A>G",
          "hgvs_p": null,
          "transcript": "NR_169760.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": 4067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_169760.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "n.1475A>G",
          "hgvs_p": null,
          "transcript": "NR_169761.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": 3550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_169761.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "n.1073A>G",
          "hgvs_p": null,
          "transcript": "NR_169762.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": 3148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_169762.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF384",
          "gene_hgnc_id": 11955,
          "hgvs_c": "n.-19A>G",
          "hgvs_p": null,
          "transcript": "ENST00000537383.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 672,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000537383.1"
        }
      ],
      "gene_symbol": "ZNF384",
      "gene_hgnc_id": 11955,
      "dbsnp": "rs766392210",
      "frequency_reference_population": 0.0000013681107,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136811,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.31965041160583496,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.116,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.6321,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 3.422,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001385743.1",
          "gene_symbol": "ZNF384",
          "hgnc_id": 11955,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.806A>G",
          "hgvs_p": "p.Tyr269Cys"
        }
      ],
      "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.