← 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-37091027-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 37091027,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_001329515.3",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "NM_144689.5",
          "protein_id": "NP_653290.2",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 304,
          "cdna_end": null,
          "cdna_length": 3639,
          "mane_select": "ENST00000337995.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_144689.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000337995.4",
          "protein_id": "ENSP00000338770.2",
          "transcript_support_level": 1,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 304,
          "cdna_end": null,
          "cdna_length": 3639,
          "mane_select": "NM_144689.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000337995.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "NM_001329515.3",
          "protein_id": "NP_001316444.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 304,
          "cdna_end": null,
          "cdna_length": 2452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329515.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000876809.1",
          "protein_id": "ENSP00000546868.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 499,
          "cdna_end": null,
          "cdna_length": 3785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876809.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000876810.1",
          "protein_id": "ENSP00000546869.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 317,
          "cdna_end": null,
          "cdna_length": 2989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876810.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000876811.1",
          "protein_id": "ENSP00000546870.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 571,
          "cdna_end": null,
          "cdna_length": 3298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000876811.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000960579.1",
          "protein_id": "ENSP00000630638.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 459,
          "cdna_end": null,
          "cdna_length": 3748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960579.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000960580.1",
          "protein_id": "ENSP00000630639.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 524,
          "cdna_end": null,
          "cdna_length": 3815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960580.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "NM_001329516.3",
          "protein_id": "NP_001316445.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 260,
          "cdna_end": null,
          "cdna_length": 2301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329516.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "NM_001329522.3",
          "protein_id": "NP_001316451.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 304,
          "cdna_end": null,
          "cdna_length": 1948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329522.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000304239.11",
          "protein_id": "ENSP00000306102.7",
          "transcript_support_level": 2,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 302,
          "cdna_end": null,
          "cdna_length": 1945,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000304239.11"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000589245.5",
          "protein_id": "ENSP00000467772.1",
          "transcript_support_level": 4,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 162,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 490,
          "cdna_start": 247,
          "cdna_end": null,
          "cdna_length": 695,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000589245.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "ENST00000587029.5",
          "protein_id": "ENSP00000466057.1",
          "transcript_support_level": 4,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 87,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 264,
          "cdna_start": 390,
          "cdna_end": null,
          "cdna_length": 612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000587029.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "XM_011526503.3",
          "protein_id": "XP_011524805.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 347,
          "cdna_end": null,
          "cdna_length": 3682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526503.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "XM_011526504.3",
          "protein_id": "XP_011524806.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 471,
          "cdna_end": null,
          "cdna_length": 3806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526504.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "XM_047438229.1",
          "protein_id": "XP_047294185.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 548,
          "cdna_end": null,
          "cdna_length": 3883,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438229.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "XM_047438230.1",
          "protein_id": "XP_047294186.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 380,
          "cdna_end": null,
          "cdna_length": 3715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438230.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "XM_006723038.4",
          "protein_id": "XP_006723101.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 2556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006723038.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "XM_011526511.3",
          "protein_id": "XP_011524813.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 515,
          "cdna_end": null,
          "cdna_length": 2052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526511.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp",
          "transcript": "XM_047438232.1",
          "protein_id": "XP_047294188.1",
          "transcript_support_level": null,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 480,
          "cds_start": 42,
          "cds_end": null,
          "cds_length": 1443,
          "cdna_start": 471,
          "cdna_end": null,
          "cdna_length": 2008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438232.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-257C>T",
          "hgvs_p": null,
          "transcript": "NM_001329517.1",
          "protein_id": "NP_001316446.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329517.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-257C>T",
          "hgvs_p": null,
          "transcript": "NM_001329519.1",
          "protein_id": "NP_001316448.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3890,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329519.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-257C>T",
          "hgvs_p": null,
          "transcript": "NM_001329521.3",
          "protein_id": "NP_001316450.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2430,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329521.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-257C>T",
          "hgvs_p": null,
          "transcript": "NM_001329524.3",
          "protein_id": "NP_001316453.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329524.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-163+1900C>T",
          "hgvs_p": null,
          "transcript": "NM_001329518.1",
          "protein_id": "NP_001316447.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329518.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-78+1900C>T",
          "hgvs_p": null,
          "transcript": "NM_001329520.1",
          "protein_id": "NP_001316449.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3722,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001329520.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-77-36101C>T",
          "hgvs_p": null,
          "transcript": "ENST00000590332.1",
          "protein_id": "ENSP00000468387.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 78,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590332.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-78+10639C>T",
          "hgvs_p": null,
          "transcript": "XM_011526507.4",
          "protein_id": "XP_011524809.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3634,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526507.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-78+12457C>T",
          "hgvs_p": null,
          "transcript": "XM_011526508.3",
          "protein_id": "XP_011524810.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3590,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526508.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-78+10639C>T",
          "hgvs_p": null,
          "transcript": "XM_011526510.3",
          "protein_id": "XP_011524812.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526510.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "c.-78+12457C>T",
          "hgvs_p": null,
          "transcript": "XM_047438231.1",
          "protein_id": "XP_047294187.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2296,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438231.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "n.42C>T",
          "hgvs_p": null,
          "transcript": "ENST00000587082.5",
          "protein_id": "ENSP00000467369.1",
          "transcript_support_level": 4,
          "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": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000587082.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "n.42C>T",
          "hgvs_p": null,
          "transcript": "ENST00000589461.5",
          "protein_id": "ENSP00000465346.1",
          "transcript_support_level": 5,
          "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": 537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000589461.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF420",
          "gene_hgnc_id": 20649,
          "hgvs_c": "n.304C>T",
          "hgvs_p": null,
          "transcript": "NR_138039.2",
          "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": 3607,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_138039.2"
        }
      ],
      "gene_symbol": "ZNF420",
      "gene_hgnc_id": 20649,
      "dbsnp": "rs376320020",
      "frequency_reference_population": 0.000006573239,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.00000657324,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.3400000035762787,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.11999999731779099,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.34,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.757,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.12,
      "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": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 3,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001329515.3",
          "gene_symbol": "ZNF420",
          "hgnc_id": 20649,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.42C>T",
          "hgvs_p": "p.Asp14Asp"
        }
      ],
      "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.