← 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-151411655-ATT-TGA (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "POGZ",
          "hgnc_id": 18801,
          "hgvs_c": "c.1915_1917delAATinsTCA",
          "hgvs_p": "p.Asn639Ser",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": 0,
          "transcript": "NM_001410860.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "TGA",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "N",
          "aa_start": 632,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6655,
          "cdna_start": 2240,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 1894,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_015100.4",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1894_1896delAATinsTCA",
          "hgvs_p": "p.Asn632Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "N",
          "aa_start": 632,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6655,
          "cdna_start": 2240,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 1894,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000271715.7",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1894_1896delAATinsTCA",
          "hgvs_p": "p.Asn632Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1357,
          "aa_ref": "N",
          "aa_start": 579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6181,
          "cdna_start": 1766,
          "cds_end": null,
          "cds_length": 4074,
          "cds_start": 1735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000392723.6",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1735_1737delAATinsTCA",
          "hgvs_p": "p.Asn579Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1315,
          "aa_ref": "N",
          "aa_start": 537,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6054,
          "cdna_start": 1640,
          "cds_end": null,
          "cds_length": 3948,
          "cds_start": 1609,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000368863.6",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1609_1611delAATinsTCA",
          "hgvs_p": "p.Asn537Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1426,
          "aa_ref": "N",
          "aa_start": 648,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6655,
          "cdna_start": 2240,
          "cds_end": null,
          "cds_length": 4281,
          "cds_start": 1942,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000710270.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1942_1944delAATinsTCA",
          "hgvs_p": "p.Asn648Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1417,
          "aa_ref": "N",
          "aa_start": 639,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6452,
          "cdna_start": 2037,
          "cds_end": null,
          "cds_length": 4254,
          "cds_start": 1915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001410860.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1915_1917delAATinsTCA",
          "hgvs_p": "p.Asn639Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1417,
          "aa_ref": "N",
          "aa_start": 639,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4350,
          "cdna_start": 2013,
          "cds_end": null,
          "cds_length": 4254,
          "cds_start": 1915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000703168.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1915_1917delAATinsTCA",
          "hgvs_p": "p.Asn639Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "N",
          "aa_start": 632,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5812,
          "cdna_start": 3475,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 1894,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000439756.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1894_1896delAATinsTCA",
          "hgvs_p": "p.Asn632Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1401,
          "aa_ref": "N",
          "aa_start": 623,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6628,
          "cdna_start": 2213,
          "cds_end": null,
          "cds_length": 4206,
          "cds_start": 1867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001194937.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1867_1869delAATinsTCA",
          "hgvs_p": "p.Asn623Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1401,
          "aa_ref": "N",
          "aa_start": 623,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4813,
          "cdna_start": 1898,
          "cds_end": null,
          "cds_length": 4206,
          "cds_start": 1867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000409503.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1867_1869delAATinsTCA",
          "hgvs_p": "p.Asn623Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1366,
          "aa_ref": "N",
          "aa_start": 588,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4130,
          "cdna_start": 1793,
          "cds_end": null,
          "cds_length": 4101,
          "cds_start": 1762,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000491586.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1762_1764delAATinsTCA",
          "hgvs_p": "p.Asn588Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1357,
          "aa_ref": "N",
          "aa_start": 579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6153,
          "cdna_start": 1738,
          "cds_end": null,
          "cds_length": 4074,
          "cds_start": 1735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_207171.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1735_1737delAATinsTCA",
          "hgvs_p": "p.Asn579Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1348,
          "aa_ref": "N",
          "aa_start": 570,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6469,
          "cdna_start": 2054,
          "cds_end": null,
          "cds_length": 4047,
          "cds_start": 1708,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001194938.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1708_1710delAATinsTCA",
          "hgvs_p": "p.Asn570Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1348,
          "aa_ref": "N",
          "aa_start": 570,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4415,
          "cdna_start": 1775,
          "cds_end": null,
          "cds_length": 4047,
          "cds_start": 1708,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000531094.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1708_1710delAATinsTCA",
          "hgvs_p": "p.Asn570Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1315,
          "aa_ref": "N",
          "aa_start": 537,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6370,
          "cdna_start": 1955,
          "cds_end": null,
          "cds_length": 3948,
          "cds_start": 1609,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_145796.4",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1609_1611delAATinsTCA",
          "hgvs_p": "p.Asn537Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "N",
          "aa_start": 632,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7188,
          "cdna_start": 2773,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 1894,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005245000.5",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1894_1896delAATinsTCA",
          "hgvs_p": "p.Asn632Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1410,
          "aa_ref": "N",
          "aa_start": 632,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6351,
          "cdna_start": 1936,
          "cds_end": null,
          "cds_length": 4233,
          "cds_start": 1894,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047450064.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1894_1896delAATinsTCA",
          "hgvs_p": "p.Asn632Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1408,
          "aa_ref": "N",
          "aa_start": 630,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6425,
          "cdna_start": 2010,
          "cds_end": null,
          "cds_length": 4227,
          "cds_start": 1888,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047450065.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1888_1890delAATinsTCA",
          "hgvs_p": "p.Asn630Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1401,
          "aa_ref": "N",
          "aa_start": 623,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7161,
          "cdna_start": 2746,
          "cds_end": null,
          "cds_length": 4206,
          "cds_start": 1867,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017000746.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1867_1869delAATinsTCA",
          "hgvs_p": "p.Asn623Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1364,
          "aa_ref": "N",
          "aa_start": 586,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6293,
          "cdna_start": 1878,
          "cds_end": null,
          "cds_length": 4095,
          "cds_start": 1756,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017000748.2",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1756_1758delAATinsTCA",
          "hgvs_p": "p.Asn586Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1357,
          "aa_ref": "N",
          "aa_start": 579,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6496,
          "cdna_start": 2081,
          "cds_end": null,
          "cds_length": 4074,
          "cds_start": 1735,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005245005.3",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1735_1737delAATinsTCA",
          "hgvs_p": "p.Asn579Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1355,
          "aa_ref": "N",
          "aa_start": 577,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6266,
          "cdna_start": 1851,
          "cds_end": null,
          "cds_length": 4068,
          "cds_start": 1729,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047450068.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1729_1731delAATinsTCA",
          "hgvs_p": "p.Asn577Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1348,
          "aa_ref": "N",
          "aa_start": 570,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7002,
          "cdna_start": 2587,
          "cds_end": null,
          "cds_length": 4047,
          "cds_start": 1708,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047450069.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1708_1710delAATinsTCA",
          "hgvs_p": "p.Asn570Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 1010,
          "aa_ref": "N",
          "aa_start": 232,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5230,
          "cdna_start": 815,
          "cds_end": null,
          "cds_length": 3033,
          "cds_start": 694,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047450070.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.694_696delAATinsTCA",
          "hgvs_p": "p.Asn232Ser",
          "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": "S",
          "aa_end": null,
          "aa_length": 713,
          "aa_ref": "N",
          "aa_start": 639,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2343,
          "cdna_start": 2037,
          "cds_end": null,
          "cds_length": 2142,
          "cds_start": 1915,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047450074.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.1915_1917delAATinsTCA",
          "hgvs_p": "p.Asn639Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047306030.1",
          "strand": false,
          "transcript": "XM_047450074.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 315,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 949,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 949,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000529669.1",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "c.126+639_126+641delAATinsTCA",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432295.1",
          "strand": false,
          "transcript": "ENST00000529669.1",
          "transcript_support_level": 5
        },
        {
          "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": 11,
          "exon_rank_end": null,
          "feature": "ENST00000358476.7",
          "gene_hgnc_id": 18801,
          "gene_symbol": "POGZ",
          "hgvs_c": "n.1763_1765delAATinsTCA",
          "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": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 18801,
      "gene_symbol": "POGZ",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "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": "Uncertain_significance",
      "phylop100way_score": 6.152,
      "pos": 151411655,
      "ref": "ATT",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "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.