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

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=49863722&ref=C&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": "PNKP",
          "hgnc_id": 9154,
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 0,
          "score": -21,
          "transcript": "NM_007254.4",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_score": -21,
      "allele_count_reference_population": 7960,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.69,
      "chr": "19",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_disease": " 12, and developmental delay, seizures,Developmental and epileptic encephalopathy,Inborn genetic diseases,Microcephaly,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:7 B:5",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.6899999976158142,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1731,
          "cdna_start": 904,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_007254.4",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000322344.8",
          "protein_coding": true,
          "protein_id": "NP_009185.2",
          "strand": false,
          "transcript": "NM_007254.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1731,
          "cdna_start": 904,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000322344.8",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_007254.4",
          "protein_coding": true,
          "protein_id": "ENSP00000323511.2",
          "strand": false,
          "transcript": "ENST00000322344.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1665,
          "cdna_start": 865,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000596014.5",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000472300.1",
          "strand": false,
          "transcript": "ENST00000596014.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1723,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000593946.5",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.*710G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000468896.1",
          "strand": false,
          "transcript": "ENST00000593946.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1723,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000593946.5",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.*710G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000468896.1",
          "strand": false,
          "transcript": "ENST00000593946.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 530,
          "aa_ref": "P",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1749,
          "cdna_start": 921,
          "cds_end": null,
          "cds_length": 1593,
          "cds_start": 810,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000861313.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.810G>A",
          "hgvs_p": "p.Pro270Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531372.1",
          "strand": false,
          "transcript": "ENST00000861313.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 530,
          "aa_ref": "P",
          "aa_start": 270,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1665,
          "cdna_start": 838,
          "cds_end": null,
          "cds_length": 1593,
          "cds_start": 810,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000934451.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.810G>A",
          "hgvs_p": "p.Pro270Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604510.1",
          "strand": false,
          "transcript": "ENST00000934451.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1859,
          "cdna_start": 1034,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000934445.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604504.1",
          "strand": false,
          "transcript": "ENST00000934445.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 521,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1653,
          "cdna_start": 829,
          "cds_end": null,
          "cds_length": 1566,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000934450.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604509.1",
          "strand": false,
          "transcript": "ENST00000934450.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "P",
          "aa_start": 254,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1686,
          "cdna_start": 862,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 762,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000934449.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.762G>A",
          "hgvs_p": "p.Pro254Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604508.1",
          "strand": false,
          "transcript": "ENST00000934449.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 510,
          "aa_ref": "P",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1655,
          "cdna_start": 832,
          "cds_end": null,
          "cds_length": 1533,
          "cds_start": 750,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000965095.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.750G>A",
          "hgvs_p": "p.Pro250Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635154.1",
          "strand": false,
          "transcript": "ENST00000965095.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 508,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1674,
          "cdna_start": 889,
          "cds_end": null,
          "cds_length": 1527,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000934448.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604507.1",
          "strand": false,
          "transcript": "ENST00000934448.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 507,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1686,
          "cdna_start": 903,
          "cds_end": null,
          "cds_length": 1524,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000861311.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531370.1",
          "strand": false,
          "transcript": "ENST00000861311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 490,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1602,
          "cdna_start": 904,
          "cds_end": null,
          "cds_length": 1473,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000600573.5",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469826.1",
          "strand": false,
          "transcript": "ENST00000600573.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": "P",
          "aa_start": 225,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1545,
          "cdna_start": 729,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": 675,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000631020.2",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.675G>A",
          "hgvs_p": "p.Pro225Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486707.1",
          "strand": false,
          "transcript": "ENST00000631020.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 479,
          "aa_ref": "P",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1602,
          "cdna_start": 775,
          "cds_end": null,
          "cds_length": 1440,
          "cds_start": 657,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000861312.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.657G>A",
          "hgvs_p": "p.Pro219Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000531371.1",
          "strand": false,
          "transcript": "ENST00000861312.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 479,
          "aa_ref": "P",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1544,
          "cdna_start": 718,
          "cds_end": null,
          "cds_length": 1440,
          "cds_start": 657,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000965096.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.657G>A",
          "hgvs_p": "p.Pro219Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635155.1",
          "strand": false,
          "transcript": "ENST00000965096.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 472,
          "aa_ref": "P",
          "aa_start": 212,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1568,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1419,
          "cds_start": 636,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000965094.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.636G>A",
          "hgvs_p": "p.Pro212Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635153.1",
          "strand": false,
          "transcript": "ENST00000965094.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 471,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1581,
          "cdna_start": 904,
          "cds_end": null,
          "cds_length": 1416,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000934444.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604503.1",
          "strand": false,
          "transcript": "ENST00000934444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1600,
          "cdna_start": 883,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000600910.5",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000473137.1",
          "strand": false,
          "transcript": "ENST00000600910.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 455,
          "aa_ref": "P",
          "aa_start": 261,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1517,
          "cdna_start": 888,
          "cds_end": null,
          "cds_length": 1368,
          "cds_start": 783,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000934447.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.783G>A",
          "hgvs_p": "p.Pro261Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604506.1",
          "strand": false,
          "transcript": "ENST00000934447.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 444,
          "aa_ref": "P",
          "aa_start": 184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1487,
          "cdna_start": 660,
          "cds_end": null,
          "cds_length": 1335,
          "cds_start": 552,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000934446.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.552G>A",
          "hgvs_p": "p.Pro184Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604505.1",
          "strand": false,
          "transcript": "ENST00000934446.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": "P",
          "aa_start": 161,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1319,
          "cdna_start": 492,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": 483,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000934452.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.483G>A",
          "hgvs_p": "p.Pro161Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000604511.1",
          "strand": false,
          "transcript": "ENST00000934452.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 254,
          "aa_ref": "P",
          "aa_start": 134,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 767,
          "cdna_start": 404,
          "cds_end": null,
          "cds_length": 765,
          "cds_start": 402,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000627317.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.402G>A",
          "hgvs_p": "p.Pro134Pro",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000486500.1",
          "strand": false,
          "transcript": "ENST00000627317.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": 849,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000593706.3",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.138G>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": "ENST00000593706.3",
          "transcript_support_level": 3
        },
        {
          "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": 2111,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000594661.5",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.1284G>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": "ENST00000594661.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1530,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000627232.2",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.*178G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000486037.1",
          "strand": false,
          "transcript": "ENST00000627232.2",
          "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": 811,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000629179.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.554G>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": "ENST00000629179.1",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 100,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000637325.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.46G>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": "ENST00000637325.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1530,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000627232.2",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.*178G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000486037.1",
          "strand": false,
          "transcript": "ENST00000627232.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 246,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 986,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 742,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000599543.3",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "c.*244G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000469848.2",
          "strand": true,
          "transcript": "ENST00000599543.3",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 805,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000636214.1",
          "gene_hgnc_id": 9154,
          "gene_symbol": "PNKP",
          "hgvs_c": "n.*320G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000489983.1",
          "strand": true,
          "transcript": "ENST00000636214.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs145307985",
      "effect": "synonymous_variant",
      "frequency_reference_population": 0.005108852,
      "gene_hgnc_id": 9154,
      "gene_symbol": "PNKP",
      "gnomad_exomes_ac": 7425,
      "gnomad_exomes_af": 0.00528171,
      "gnomad_exomes_homalt": 24,
      "gnomad_genomes_ac": 535,
      "gnomad_genomes_af": 0.00351317,
      "gnomad_genomes_homalt": 2,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 26,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "phenotype_combined": "not specified|not provided|Developmental and epileptic encephalopathy, 12|Microcephaly, seizures, and developmental delay|Inborn genetic diseases",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -3.904,
      "pos": 49863722,
      "ref": "C",
      "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_007254.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.