← 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: 19-56222180-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 4,
          "criteria": [
            "BP4_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "ZSCAN5A",
          "hgnc_id": 23710,
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -4,
          "transcript": "NM_024303.4",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_score": -4,
      "allele_count_reference_population": 131,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1444,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.85,
      "chr": "19",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.007597386837005615,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2151,
          "cdna_start": 1274,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322064.3",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000683990.1",
          "protein_coding": true,
          "protein_id": "NP_001308993.1",
          "strand": false,
          "transcript": "NM_001322064.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2151,
          "cdna_start": 1274,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000683990.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001322064.3",
          "protein_coding": true,
          "protein_id": "ENSP00000507065.1",
          "strand": false,
          "transcript": "ENST00000683990.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3562,
          "cdna_start": 1052,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000391713.5",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000375593.1",
          "strand": false,
          "transcript": "ENST00000391713.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2450,
          "cdna_start": 1582,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000587340.5",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467631.1",
          "strand": false,
          "transcript": "ENST00000587340.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2026,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322065.3",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308994.1",
          "strand": false,
          "transcript": "NM_001322065.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2088,
          "cdna_start": 1211,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322066.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308995.1",
          "strand": false,
          "transcript": "NM_001322066.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2009,
          "cdna_start": 1132,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322067.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308996.1",
          "strand": false,
          "transcript": "NM_001322067.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2134,
          "cdna_start": 1257,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322068.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308997.1",
          "strand": false,
          "transcript": "NM_001322068.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1963,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322070.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308999.1",
          "strand": false,
          "transcript": "NM_001322070.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2354,
          "cdna_start": 1477,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001322072.3",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001309001.1",
          "strand": false,
          "transcript": "NM_001322072.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2212,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001387853.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374782.1",
          "strand": false,
          "transcript": "NM_001387853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2087,
          "cdna_start": 1210,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001387857.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374786.1",
          "strand": false,
          "transcript": "NM_001387857.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2276,
          "cdna_start": 1399,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001387859.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374788.1",
          "strand": false,
          "transcript": "NM_001387859.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2195,
          "cdna_start": 1318,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_024303.4",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_077279.1",
          "strand": false,
          "transcript": "NM_024303.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3630,
          "cdna_start": 1124,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000891613.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561672.1",
          "strand": false,
          "transcript": "ENST00000891613.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2052,
          "cdna_start": 1175,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000891614.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561673.1",
          "strand": false,
          "transcript": "ENST00000891614.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2188,
          "cdna_start": 1313,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000891616.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561675.1",
          "strand": false,
          "transcript": "ENST00000891616.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2122,
          "cdna_start": 1252,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000928141.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598200.1",
          "strand": false,
          "transcript": "ENST00000928141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1971,
          "cdna_start": 1094,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000928142.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598201.1",
          "strand": false,
          "transcript": "ENST00000928142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2207,
          "cdna_start": 1337,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000928143.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598202.1",
          "strand": false,
          "transcript": "ENST00000928143.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2186,
          "cdna_start": 1316,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000928144.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598203.1",
          "strand": false,
          "transcript": "ENST00000928144.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1951,
          "cdna_start": 1070,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000948524.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618583.1",
          "strand": false,
          "transcript": "ENST00000948524.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2142,
          "cdna_start": 1266,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000948527.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618586.1",
          "strand": false,
          "transcript": "ENST00000948527.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 496,
          "aa_ref": "S",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2037,
          "cdna_start": 1171,
          "cds_end": null,
          "cds_length": 1491,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000948528.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.886A>T",
          "hgvs_p": "p.Ser296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618587.1",
          "strand": false,
          "transcript": "ENST00000948528.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2211,
          "cdna_start": 1334,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001322061.4",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308990.2",
          "strand": false,
          "transcript": "NM_001322061.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2067,
          "cdna_start": 1190,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322062.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001308991.2",
          "strand": false,
          "transcript": "NM_001322062.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2023,
          "cdna_start": 1146,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322073.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001309002.1",
          "strand": false,
          "transcript": "NM_001322073.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2148,
          "cdna_start": 1271,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322074.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001309003.1",
          "strand": false,
          "transcript": "NM_001322074.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2085,
          "cdna_start": 1208,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322075.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001309004.1",
          "strand": false,
          "transcript": "NM_001322075.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1960,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001322076.2",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001309005.1",
          "strand": false,
          "transcript": "NM_001322076.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2084,
          "cdna_start": 1207,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001387854.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374783.1",
          "strand": false,
          "transcript": "NM_001387854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2117,
          "cdna_start": 1240,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001387855.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374784.1",
          "strand": false,
          "transcript": "NM_001387855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2209,
          "cdna_start": 1332,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001387856.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374785.1",
          "strand": false,
          "transcript": "NM_001387856.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2006,
          "cdna_start": 1129,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001387858.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374787.1",
          "strand": false,
          "transcript": "NM_001387858.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1813,
          "cdna_start": 945,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000592355.5",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000467238.1",
          "strand": false,
          "transcript": "ENST00000592355.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3805,
          "cdna_start": 1297,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000891612.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561671.1",
          "strand": false,
          "transcript": "ENST00000891612.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2046,
          "cdna_start": 1170,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000891615.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561674.1",
          "strand": false,
          "transcript": "ENST00000891615.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2450,
          "cdna_start": 1583,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000891617.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561676.1",
          "strand": false,
          "transcript": "ENST00000891617.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1900,
          "cdna_start": 1130,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000891618.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561677.1",
          "strand": false,
          "transcript": "ENST00000891618.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2198,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000928145.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000598204.1",
          "strand": false,
          "transcript": "ENST00000928145.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2282,
          "cdna_start": 1400,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000948522.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618581.1",
          "strand": false,
          "transcript": "ENST00000948522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2361,
          "cdna_start": 1484,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000948523.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618582.1",
          "strand": false,
          "transcript": "ENST00000948523.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1943,
          "cdna_start": 1073,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000948525.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618584.1",
          "strand": false,
          "transcript": "ENST00000948525.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 495,
          "aa_ref": "S",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2067,
          "cdna_start": 1192,
          "cds_end": null,
          "cds_length": 1488,
          "cds_start": 883,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000948526.1",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.883A>T",
          "hgvs_p": "p.Ser295Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000618585.1",
          "strand": false,
          "transcript": "ENST00000948526.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 379,
          "aa_ref": "S",
          "aa_start": 179,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1640,
          "cdna_start": 763,
          "cds_end": null,
          "cds_length": 1140,
          "cds_start": 535,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001322077.3",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.535A>T",
          "hgvs_p": "p.Ser179Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001309006.1",
          "strand": false,
          "transcript": "NM_001322077.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 366,
          "aa_ref": "S",
          "aa_start": 166,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1601,
          "cdna_start": 724,
          "cds_end": null,
          "cds_length": 1101,
          "cds_start": 496,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001322078.3",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.496A>T",
          "hgvs_p": "p.Ser166Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001309007.1",
          "strand": false,
          "transcript": "NM_001322078.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": "S",
          "aa_start": 150,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1542,
          "cdna_start": 849,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": 448,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000587492.5",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.448A>T",
          "hgvs_p": "p.Ser150Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000466445.1",
          "strand": false,
          "transcript": "ENST00000587492.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 189,
          "aa_ref": "S",
          "aa_start": 150,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 849,
          "cdna_start": 727,
          "cds_end": null,
          "cds_length": 570,
          "cds_start": 448,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000593106.5",
          "gene_hgnc_id": 23710,
          "gene_symbol": "ZSCAN5A",
          "hgvs_c": "c.448A>T",
          "hgvs_p": "p.Ser150Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464936.1",
          "strand": false,
          "transcript": "ENST00000593106.5",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs369166936",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000811642,
      "gene_hgnc_id": 23710,
      "gene_symbol": "ZSCAN5A",
      "gnomad_exomes_ac": 68,
      "gnomad_exomes_af": 0.0000465183,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 63,
      "gnomad_genomes_af": 0.000413869,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -3.303,
      "pos": 56222180,
      "ref": "T",
      "revel_prediction": "Benign",
      "revel_score": 0.024,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_024303.4"
    }
  ]
}
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.