← 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: 12-8917778-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 8917778,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_004426.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_004426.3",
          "protein_id": "NP_004417.2",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5390,
          "mane_select": "ENST00000544916.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "ENST00000544916.6",
          "protein_id": "ENSP00000437659.1",
          "transcript_support_level": 1,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5390,
          "mane_select": "NM_004426.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "ENST00000543824.5",
          "protein_id": "ENSP00000440674.1",
          "transcript_support_level": 1,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": 433,
          "cdna_end": null,
          "cdna_length": 4292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "ENST00000433083.6",
          "protein_id": "ENSP00000399194.2",
          "transcript_support_level": 1,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 959,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2880,
          "cdna_start": 246,
          "cdna_end": null,
          "cdna_length": 5033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "n.101G>A",
          "hgvs_p": null,
          "transcript": "ENST00000540574.5",
          "protein_id": "ENSP00000444308.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3869,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413738.1",
          "protein_id": "NP_001400667.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1004,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3015,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 5179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413739.1",
          "protein_id": "NP_001400668.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1002,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3009,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5384,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413740.1",
          "protein_id": "NP_001400669.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 996,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2991,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413741.1",
          "protein_id": "NP_001400670.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 967,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2904,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413742.1",
          "protein_id": "NP_001400671.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 952,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2859,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 5023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413743.1",
          "protein_id": "NP_001400672.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 952,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2859,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413744.1",
          "protein_id": "NP_001400673.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 879,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2640,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413745.1",
          "protein_id": "NP_001400674.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 863,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2592,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413746.1",
          "protein_id": "NP_001400675.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 857,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2574,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413747.1",
          "protein_id": "NP_001400676.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 831,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2496,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413748.1",
          "protein_id": "NP_001400677.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 4642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413749.1",
          "protein_id": "NP_001400678.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413750.1",
          "protein_id": "NP_001400679.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413751.1",
          "protein_id": "NP_001400680.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 817,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2454,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 4618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413752.1",
          "protein_id": "NP_001400681.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 817,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2454,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4829,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413753.1",
          "protein_id": "NP_001400682.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "NM_001413754.1",
          "protein_id": "NP_001400683.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 775,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2328,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 4703,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "ENST00000539063.5",
          "protein_id": "ENSP00000437459.1",
          "transcript_support_level": 3,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 181,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 548,
          "cdna_start": 195,
          "cdna_end": null,
          "cdna_length": 642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "ENST00000544539.5",
          "protein_id": "ENSP00000437645.1",
          "transcript_support_level": 3,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 178,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 538,
          "cdna_start": 204,
          "cdna_end": null,
          "cdna_length": 641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "ENST00000538657.5",
          "protein_id": "ENSP00000437654.1",
          "transcript_support_level": 3,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 170,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 515,
          "cdna_start": 204,
          "cdna_end": null,
          "cdna_length": 618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "ENST00000541181.1",
          "protein_id": "ENSP00000445939.1",
          "transcript_support_level": 3,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 157,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 474,
          "cdna_start": 124,
          "cdna_end": null,
          "cdna_length": 497,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "XM_011520603.3",
          "protein_id": "XP_011518905.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1021,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3066,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "XM_017018955.3",
          "protein_id": "XP_016874444.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1021,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3066,
          "cdna_start": 614,
          "cdna_end": null,
          "cdna_length": 5587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "XM_047428475.1",
          "protein_id": "XP_047284431.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1021,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3066,
          "cdna_start": 740,
          "cdna_end": null,
          "cdna_length": 5713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "XM_011520599.3",
          "protein_id": "XP_011518901.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 1013,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 3042,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "XM_011520600.3",
          "protein_id": "XP_011518902.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 971,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2916,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5291,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "transcript": "XM_017018957.2",
          "protein_id": "XP_016874446.1",
          "transcript_support_level": null,
          "aa_start": 34,
          "aa_end": null,
          "aa_length": 954,
          "cds_start": 101,
          "cds_end": null,
          "cds_length": 2865,
          "cdna_start": 468,
          "cdna_end": null,
          "cdna_length": 5240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "n.281G>A",
          "hgvs_p": null,
          "transcript": "ENST00000433847.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1991,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PHC1",
          "gene_hgnc_id": 3182,
          "hgvs_c": "n.257G>A",
          "hgvs_p": null,
          "transcript": "NR_182209.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PHC1",
      "gene_hgnc_id": 3182,
      "dbsnp": "rs377364177",
      "frequency_reference_population": 0.000010924495,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 17,
      "gnomad_exomes_af": 0.0000106838,
      "gnomad_genomes_af": 0.0000131458,
      "gnomad_exomes_ac": 15,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.4850476384162903,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.232,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.8441,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.19,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 9.461,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_004426.3",
          "gene_symbol": "PHC1",
          "hgnc_id": 3182,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}