← 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: 1-151404931-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 21,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS1",
            "BS2"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "POGZ",
          "hgnc_id": 18801,
          "hgvs_c": "c.4125T>A",
          "hgvs_p": "p.Thr1375Thr",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -21,
          "transcript": "NM_001410860.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_score": -21,
      "allele_count_reference_population": 67,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.88,
      "chr": "1",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": "Inborn genetic diseases,Intellectual disability-microcephaly-strabismus-behavioral abnormalities syndrome,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:2",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.8799999952316284,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "T",
          "aa_start": 1368,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6655,
          "cdna_start": 4448,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 4104,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_015100.4",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4104T>A",
          "hgvs_p": "p.Thr1368Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000271715.7",
          "protein_coding": true,
          "protein_id": "NP_055915.2",
          "strand": false,
          "transcript": "NM_015100.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "T",
          "aa_start": 1368,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6655,
          "cdna_start": 4448,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 4104,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000271715.7",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4104T>A",
          "hgvs_p": "p.Thr1368Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_015100.4",
          "protein_coding": true,
          "protein_id": "ENSP00000271715.2",
          "strand": false,
          "transcript": "ENST00000271715.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1357,
          "aa_ref": "T",
          "aa_start": 1315,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6181,
          "cdna_start": 3974,
          "cds_end": null,
          "cds_length": 4074,
          "cds_start": 3945,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000392723.6",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3945T>A",
          "hgvs_p": "p.Thr1315Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000376484.1",
          "strand": false,
          "transcript": "ENST00000392723.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1315,
          "aa_ref": "T",
          "aa_start": 1273,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6054,
          "cdna_start": 3848,
          "cds_end": null,
          "cds_length": 3948,
          "cds_start": 3819,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000368863.6",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3819T>A",
          "hgvs_p": "p.Thr1273Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000357856.2",
          "strand": false,
          "transcript": "ENST00000368863.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1426,
          "aa_ref": "T",
          "aa_start": 1384,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6655,
          "cdna_start": 4448,
          "cds_end": null,
          "cds_length": 4281,
          "cds_start": 4152,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000710270.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4152T>A",
          "hgvs_p": "p.Thr1384Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000518163.1",
          "strand": false,
          "transcript": "ENST00000710270.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1417,
          "aa_ref": "T",
          "aa_start": 1375,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6452,
          "cdna_start": 4245,
          "cds_end": null,
          "cds_length": 4254,
          "cds_start": 4125,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001410860.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4125T>A",
          "hgvs_p": "p.Thr1375Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397789.1",
          "strand": false,
          "transcript": "NM_001410860.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1417,
          "aa_ref": "T",
          "aa_start": 1375,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4350,
          "cdna_start": 4221,
          "cds_end": null,
          "cds_length": 4254,
          "cds_start": 4125,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000703168.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4125T>A",
          "hgvs_p": "p.Thr1375Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515214.1",
          "strand": false,
          "transcript": "ENST00000703168.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "T",
          "aa_start": 1368,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5812,
          "cdna_start": 5683,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 4104,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 21,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000439756.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4104T>A",
          "hgvs_p": "p.Thr1368Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000390156.2",
          "strand": false,
          "transcript": "ENST00000439756.2",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1401,
          "aa_ref": "T",
          "aa_start": 1359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6628,
          "cdna_start": 4421,
          "cds_end": null,
          "cds_length": 4206,
          "cds_start": 4077,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001194937.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4077T>A",
          "hgvs_p": "p.Thr1359Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181866.1",
          "strand": false,
          "transcript": "NM_001194937.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1401,
          "aa_ref": "T",
          "aa_start": 1359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4813,
          "cdna_start": 4106,
          "cds_end": null,
          "cds_length": 4206,
          "cds_start": 4077,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000409503.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4077T>A",
          "hgvs_p": "p.Thr1359Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000386836.1",
          "strand": false,
          "transcript": "ENST00000409503.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1366,
          "aa_ref": "T",
          "aa_start": 1324,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4130,
          "cdna_start": 4001,
          "cds_end": null,
          "cds_length": 4101,
          "cds_start": 3972,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000491586.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3972T>A",
          "hgvs_p": "p.Thr1324Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000418408.1",
          "strand": false,
          "transcript": "ENST00000491586.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1357,
          "aa_ref": "T",
          "aa_start": 1315,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6153,
          "cdna_start": 3946,
          "cds_end": null,
          "cds_length": 4074,
          "cds_start": 3945,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_207171.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3945T>A",
          "hgvs_p": "p.Thr1315Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_997054.1",
          "strand": false,
          "transcript": "NM_207171.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1348,
          "aa_ref": "T",
          "aa_start": 1306,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6469,
          "cdna_start": 4262,
          "cds_end": null,
          "cds_length": 4047,
          "cds_start": 3918,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001194938.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3918T>A",
          "hgvs_p": "p.Thr1306Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001181867.1",
          "strand": false,
          "transcript": "NM_001194938.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1348,
          "aa_ref": "T",
          "aa_start": 1306,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4415,
          "cdna_start": 3983,
          "cds_end": null,
          "cds_length": 4047,
          "cds_start": 3918,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000531094.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3918T>A",
          "hgvs_p": "p.Thr1306Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000431259.1",
          "strand": false,
          "transcript": "ENST00000531094.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1315,
          "aa_ref": "T",
          "aa_start": 1273,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6370,
          "cdna_start": 4163,
          "cds_end": null,
          "cds_length": 3948,
          "cds_start": 3819,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_145796.4",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3819T>A",
          "hgvs_p": "p.Thr1273Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_665739.3",
          "strand": false,
          "transcript": "NM_145796.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "T",
          "aa_start": 1368,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7188,
          "cdna_start": 4981,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 4104,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_005245000.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4104T>A",
          "hgvs_p": "p.Thr1368Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005245057.1",
          "strand": false,
          "transcript": "XM_005245000.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "T",
          "aa_start": 1368,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6351,
          "cdna_start": 4144,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 4104,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047450064.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4104T>A",
          "hgvs_p": "p.Thr1368Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047306020.1",
          "strand": false,
          "transcript": "XM_047450064.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1408,
          "aa_ref": "T",
          "aa_start": 1366,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6425,
          "cdna_start": 4218,
          "cds_end": null,
          "cds_length": 4227,
          "cds_start": 4098,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047450065.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4098T>A",
          "hgvs_p": "p.Thr1366Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047306021.1",
          "strand": false,
          "transcript": "XM_047450065.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1401,
          "aa_ref": "T",
          "aa_start": 1359,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7161,
          "cdna_start": 4954,
          "cds_end": null,
          "cds_length": 4206,
          "cds_start": 4077,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 19,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017000746.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.4077T>A",
          "hgvs_p": "p.Thr1359Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856235.1",
          "strand": false,
          "transcript": "XM_017000746.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1364,
          "aa_ref": "T",
          "aa_start": 1322,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6293,
          "cdna_start": 4086,
          "cds_end": null,
          "cds_length": 4095,
          "cds_start": 3966,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_017000748.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3966T>A",
          "hgvs_p": "p.Thr1322Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016856237.2",
          "strand": false,
          "transcript": "XM_017000748.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1357,
          "aa_ref": "T",
          "aa_start": 1315,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6496,
          "cdna_start": 4289,
          "cds_end": null,
          "cds_length": 4074,
          "cds_start": 3945,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_005245005.3",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3945T>A",
          "hgvs_p": "p.Thr1315Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005245062.1",
          "strand": false,
          "transcript": "XM_005245005.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1355,
          "aa_ref": "T",
          "aa_start": 1313,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6266,
          "cdna_start": 4059,
          "cds_end": null,
          "cds_length": 4068,
          "cds_start": 3939,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047450068.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3939T>A",
          "hgvs_p": "p.Thr1313Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047306024.1",
          "strand": false,
          "transcript": "XM_047450068.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1348,
          "aa_ref": "T",
          "aa_start": 1306,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7002,
          "cdna_start": 4795,
          "cds_end": null,
          "cds_length": 4047,
          "cds_start": 3918,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047450069.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.3918T>A",
          "hgvs_p": "p.Thr1306Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047306025.1",
          "strand": false,
          "transcript": "XM_047450069.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1010,
          "aa_ref": "T",
          "aa_start": 968,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5230,
          "cdna_start": 3023,
          "cds_end": null,
          "cds_length": 3033,
          "cds_start": 2904,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 12,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047450070.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.2904T>A",
          "hgvs_p": "p.Thr968Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047306026.1",
          "strand": false,
          "transcript": "XM_047450070.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6459,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000358476.7",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "n.4252T>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000358476.7",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1571294",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.000041509713,
      "gene_hgnc_id": 18801,
      "gene_symbol": "POGZ",
      "gnomad_exomes_ac": 62,
      "gnomad_exomes_af": 0.0000424108,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 5,
      "gnomad_genomes_af": 0.0000328541,
      "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": "Benign/Likely benign",
      "phenotype_combined": "not provided|Inborn genetic diseases|Intellectual disability-microcephaly-strabismus-behavioral abnormalities syndrome",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.515,
      "pos": 151404931,
      "ref": "A",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001410860.1"
    }
  ]
}
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.