← 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: 7-77913744-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 77913744,
      "ref": "C",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000422959.8",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.776+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000248550.7",
          "protein_id": "ENSP00000248550.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000422959.8",
          "protein_id": "ENSP00000403042.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000307305.12",
          "protein_id": "ENSP00000307699.8",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4793,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000275575.11",
          "protein_id": "ENSP00000275575.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4541,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000450574.5",
          "protein_id": "ENSP00000387355.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000415251.6",
          "protein_id": "ENSP00000408035.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 352,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "n.697+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000454592.5",
          "protein_id": null,
          "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": 1563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.776+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366089.1",
          "protein_id": "NP_001353018.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.776+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000416283.6",
          "protein_id": "ENSP00000400958.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001127357.2",
          "protein_id": "NP_001120829.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001395272.1",
          "protein_id": "NP_001382201.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001127358.2",
          "protein_id": "NP_001120830.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366086.1",
          "protein_id": "NP_001353015.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_020432.5",
          "protein_id": "NP_065165.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 747,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001395271.1",
          "protein_id": "NP_001382200.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 708,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2127,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366084.1",
          "protein_id": "NP_001353013.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366087.1",
          "protein_id": "NP_001353016.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 703,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2112,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366081.1",
          "protein_id": "NP_001353010.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001395270.1",
          "protein_id": "NP_001382199.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 674,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2025,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366082.2",
          "protein_id": "NP_001353011.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366088.2",
          "protein_id": "NP_001353017.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1931,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000424760.5",
          "protein_id": "ENSP00000403620.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366085.2",
          "protein_id": "NP_001353014.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001366083.1",
          "protein_id": "NP_001353012.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001127359.2",
          "protein_id": "NP_001120831.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "NM_001127360.2",
          "protein_id": "NP_001120832.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 352,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "n.1475+3335C>A",
          "hgvs_p": null,
          "transcript": "ENST00000479515.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 2467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "XM_005250509.5",
          "protein_id": "XP_005250566.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 751,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2256,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5030,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "XM_011516422.4",
          "protein_id": "XP_011514724.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "XM_047420638.1",
          "protein_id": "XP_047276594.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4975,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "XM_047420639.1",
          "protein_id": "XP_047276595.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null,
          "transcript": "XM_011516423.4",
          "protein_id": "XP_011514725.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 678,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2037,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.662+3335C>A",
          "hgvs_p": null,
          "transcript": "XM_047420640.1",
          "protein_id": "XP_047276596.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4843,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PHTF2",
          "gene_hgnc_id": 13411,
          "hgvs_c": "c.251+3335C>A",
          "hgvs_p": null,
          "transcript": "XM_011516424.3",
          "protein_id": "XP_011514726.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "LOC124901682",
          "gene_hgnc_id": null,
          "hgvs_c": "n.211-131G>T",
          "hgvs_p": null,
          "transcript": "XR_007060398.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": 352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PHTF2",
      "gene_hgnc_id": 13411,
      "dbsnp": "rs12705112",
      "frequency_reference_population": 0.05940711,
      "hom_count_reference_population": 373,
      "allele_count_reference_population": 9042,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0594071,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 9042,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 373,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9599999785423279,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.96,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.677,
      "phylop100way_prediction": "Benign",
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000422959.8",
          "gene_symbol": "PHTF2",
          "hgnc_id": 13411,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.674+3335C>A",
          "hgvs_p": null
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "XR_007060398.1",
          "gene_symbol": "LOC124901682",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.211-131G>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}