← 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-75986163-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS3",
            "PP3_Moderate",
            "PP5_Very_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "POR",
          "hgnc_id": 9208,
          "hgvs_c": "c.1865A>G",
          "hgvs_p": "p.Tyr622Cys",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 14,
          "score": 14,
          "transcript": "NM_001382655.3",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PS3,PP3_Moderate,PP5_Very_Strong",
      "acmg_score": 14,
      "allele_count_reference_population": 120,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9644,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.14,
      "chr": "7",
      "clinvar_classification": "Likely pathogenic",
      "clinvar_disease": "Antley-Bixler syndrome with genital anomalies and disordered steroidogenesis,Antley-Bixler syndrome without genital anomalies or disordered steroidogenesis,Congenital adrenal hyperplasia,Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LP:5",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9119674563407898,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2446,
          "cdna_start": 1849,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001395413.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000461988.6",
          "protein_coding": true,
          "protein_id": "NP_001382342.1",
          "strand": true,
          "transcript": "NM_001395413.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2446,
          "cdna_start": 1849,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000461988.6",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001395413.1",
          "protein_coding": true,
          "protein_id": "ENSP00000419970.2",
          "strand": true,
          "transcript": "ENST00000461988.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 724,
          "aa_ref": "Y",
          "aa_start": 657,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2332,
          "cdna_start": 1971,
          "cds_end": null,
          "cds_length": 2175,
          "cds_start": 1970,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000447222.5",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1970A>G",
          "hgvs_p": "p.Tyr657Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000393527.1",
          "strand": true,
          "transcript": "ENST00000447222.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 695,
          "aa_ref": "Y",
          "aa_start": 622,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2500,
          "cdna_start": 1903,
          "cds_end": null,
          "cds_length": 2088,
          "cds_start": 1865,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001382655.3",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1865A>G",
          "hgvs_p": "p.Tyr622Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369584.2",
          "strand": true,
          "transcript": "NM_001382655.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 686,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2473,
          "cdna_start": 1849,
          "cds_end": null,
          "cds_length": 2061,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910548.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580607.1",
          "strand": true,
          "transcript": "ENST00000910548.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 683,
          "aa_ref": "Y",
          "aa_start": 610,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2461,
          "cdna_start": 1865,
          "cds_end": null,
          "cds_length": 2052,
          "cds_start": 1829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910554.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1829A>G",
          "hgvs_p": "p.Tyr610Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580613.1",
          "strand": true,
          "transcript": "ENST00000910554.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 683,
          "aa_ref": "Y",
          "aa_start": 610,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2461,
          "cdna_start": 1865,
          "cds_end": null,
          "cds_length": 2052,
          "cds_start": 1829,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910556.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1829A>G",
          "hgvs_p": "p.Tyr610Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580615.1",
          "strand": true,
          "transcript": "ENST00000910556.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 680,
          "aa_ref": "Y",
          "aa_start": 607,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2540,
          "cdna_start": 1954,
          "cds_end": null,
          "cds_length": 2043,
          "cds_start": 1820,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000706545.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1820A>G",
          "hgvs_p": "p.Tyr607Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516443.1",
          "strand": true,
          "transcript": "ENST00000706545.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 680,
          "aa_ref": "Y",
          "aa_start": 607,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2906,
          "cdna_start": 2320,
          "cds_end": null,
          "cds_length": 2043,
          "cds_start": 1820,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000706546.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1820A>G",
          "hgvs_p": "p.Tyr607Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516444.1",
          "strand": true,
          "transcript": "ENST00000706546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 680,
          "aa_ref": "Y",
          "aa_start": 607,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3022,
          "cdna_start": 2436,
          "cds_end": null,
          "cds_length": 2043,
          "cds_start": 1820,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000706547.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1820A>G",
          "hgvs_p": "p.Tyr607Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516445.1",
          "strand": true,
          "transcript": "ENST00000706547.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2553,
          "cdna_start": 1956,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001367562.3",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354491.2",
          "strand": true,
          "transcript": "NM_001367562.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2544,
          "cdna_start": 1948,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001382657.2",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369586.2",
          "strand": true,
          "transcript": "NM_001382657.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2919,
          "cdna_start": 2322,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "NM_001382658.3",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369587.2",
          "strand": true,
          "transcript": "NM_001382658.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2480,
          "cdna_start": 1883,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_001382659.3",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369588.2",
          "strand": true,
          "transcript": "NM_001382659.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2479,
          "cdna_start": 1882,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910546.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580605.1",
          "strand": true,
          "transcript": "ENST00000910546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2564,
          "cdna_start": 1968,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000910549.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580608.1",
          "strand": true,
          "transcript": "ENST00000910549.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2558,
          "cdna_start": 1961,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000910550.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580609.1",
          "strand": true,
          "transcript": "ENST00000910550.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3032,
          "cdna_start": 2435,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910551.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580610.1",
          "strand": true,
          "transcript": "ENST00000910551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2605,
          "cdna_start": 2008,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000910552.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580611.1",
          "strand": true,
          "transcript": "ENST00000910552.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2656,
          "cdna_start": 2060,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000910553.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580612.1",
          "strand": true,
          "transcript": "ENST00000910553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2561,
          "cdna_start": 1965,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000910555.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580614.1",
          "strand": true,
          "transcript": "ENST00000910555.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2541,
          "cdna_start": 1946,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000910559.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580618.1",
          "strand": true,
          "transcript": "ENST00000910559.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3591,
          "cdna_start": 2994,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000910561.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580620.1",
          "strand": true,
          "transcript": "ENST00000910561.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2720,
          "cdna_start": 2125,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910562.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580621.1",
          "strand": true,
          "transcript": "ENST00000910562.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2475,
          "cdna_start": 1880,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910563.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580622.1",
          "strand": true,
          "transcript": "ENST00000910563.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3261,
          "cdna_start": 2664,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910564.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580623.1",
          "strand": true,
          "transcript": "ENST00000910564.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3053,
          "cdna_start": 2457,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000933050.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603109.1",
          "strand": true,
          "transcript": "ENST00000933050.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3105,
          "cdna_start": 2509,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000944612.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614671.1",
          "strand": true,
          "transcript": "ENST00000944612.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2830,
          "cdna_start": 2235,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000944613.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614672.1",
          "strand": true,
          "transcript": "ENST00000944613.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2860,
          "cdna_start": 2264,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000944614.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614673.1",
          "strand": true,
          "transcript": "ENST00000944614.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3680,
          "cdna_start": 3087,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000944615.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614674.1",
          "strand": true,
          "transcript": "ENST00000944615.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2577,
          "cdna_start": 1981,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000944616.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000614675.1",
          "strand": true,
          "transcript": "ENST00000944616.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 676,
          "aa_ref": "Y",
          "aa_start": 603,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2439,
          "cdna_start": 1844,
          "cds_end": null,
          "cds_length": 2031,
          "cds_start": 1808,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910557.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1808A>G",
          "hgvs_p": "p.Tyr603Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580616.1",
          "strand": true,
          "transcript": "ENST00000910557.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 670,
          "aa_ref": "Y",
          "aa_start": 597,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2421,
          "cdna_start": 1826,
          "cds_end": null,
          "cds_length": 2013,
          "cds_start": 1790,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910558.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1790A>G",
          "hgvs_p": "p.Tyr597Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580617.1",
          "strand": true,
          "transcript": "ENST00000910558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 658,
          "aa_ref": "Y",
          "aa_start": 585,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2389,
          "cdna_start": 1792,
          "cds_end": null,
          "cds_length": 1977,
          "cds_start": 1754,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000910547.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1754A>G",
          "hgvs_p": "p.Tyr585Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580606.1",
          "strand": true,
          "transcript": "ENST00000910547.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 647,
          "aa_ref": "Y",
          "aa_start": 574,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2401,
          "cdna_start": 1818,
          "cds_end": null,
          "cds_length": 1944,
          "cds_start": 1721,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000706544.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1721A>G",
          "hgvs_p": "p.Tyr574Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516442.1",
          "strand": true,
          "transcript": "ENST00000706544.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 630,
          "aa_ref": "Y",
          "aa_start": 604,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2532,
          "cdna_start": 1840,
          "cds_end": null,
          "cds_length": 1893,
          "cds_start": 1811,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000394893.5",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1811A>G",
          "hgvs_p": "p.Tyr604Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000378355.2",
          "strand": true,
          "transcript": "ENST00000394893.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 627,
          "aa_ref": "Y",
          "aa_start": 554,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2783,
          "cdna_start": 2186,
          "cds_end": null,
          "cds_length": 1884,
          "cds_start": 1661,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "NM_001382662.3",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1661A>G",
          "hgvs_p": "p.Tyr554Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001369591.2",
          "strand": true,
          "transcript": "NM_001382662.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 627,
          "aa_ref": "Y",
          "aa_start": 554,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2292,
          "cdna_start": 1697,
          "cds_end": null,
          "cds_length": 1884,
          "cds_start": 1661,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000910560.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1661A>G",
          "hgvs_p": "p.Tyr554Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000580619.1",
          "strand": true,
          "transcript": "ENST00000910560.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 605,
          "aa_ref": "Y",
          "aa_start": 532,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2605,
          "cdna_start": 2022,
          "cds_end": null,
          "cds_length": 1818,
          "cds_start": 1595,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000475509.2",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1595A>G",
          "hgvs_p": "p.Tyr532Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000516446.1",
          "strand": true,
          "transcript": "ENST00000475509.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 532,
          "aa_ref": "Y",
          "aa_start": 459,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2009,
          "cdna_start": 1414,
          "cds_end": null,
          "cds_length": 1599,
          "cds_start": 1376,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000933049.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1376A>G",
          "hgvs_p": "p.Tyr459Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000603108.1",
          "strand": true,
          "transcript": "ENST00000933049.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 418,
          "aa_ref": "Y",
          "aa_start": 345,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1858,
          "cdna_start": 1284,
          "cds_end": null,
          "cds_length": 1257,
          "cds_start": 1034,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000439269.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "c.1034A>G",
          "hgvs_p": "p.Tyr345Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000412490.1",
          "strand": true,
          "transcript": "ENST00000439269.1",
          "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": 1044,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000412064.6",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "n.*122A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000404731.3",
          "strand": true,
          "transcript": "ENST00000412064.6",
          "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": 2295,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000454934.5",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "n.*1125A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000414263.2",
          "strand": true,
          "transcript": "ENST00000454934.5",
          "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": 1028,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000493973.1",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "n.431A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000493973.1",
          "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": 1044,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000412064.6",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "n.*122A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000404731.3",
          "strand": true,
          "transcript": "ENST00000412064.6",
          "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": 2295,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000454934.5",
          "gene_hgnc_id": 9208,
          "gene_symbol": "POR",
          "hgvs_c": "n.*1125A>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000414263.2",
          "strand": true,
          "transcript": "ENST00000454934.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs72557954",
      "effect": "missense_variant",
      "frequency_reference_population": 0.00007451028,
      "gene_hgnc_id": 9208,
      "gene_symbol": "POR",
      "gnomad_exomes_ac": 117,
      "gnomad_exomes_af": 0.0000802301,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 3,
      "gnomad_genomes_af": 0.0000197096,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Likely pathogenic",
      "phenotype_combined": "not provided|Congenital adrenal hyperplasia|Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency|Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency;Antley-Bixler syndrome with genital anomalies and disordered steroidogenesis|Antley-Bixler syndrome without genital anomalies or disordered steroidogenesis;Congenital adrenal hyperplasia due to cytochrome P450 oxidoreductase deficiency;Antley-Bixler syndrome with genital anomalies and disordered steroidogenesis",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.597,
      "pos": 75986163,
      "ref": "A",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.752,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.019999999552965164,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "transcript": "NM_001382655.3"
    }
  ]
}
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.