← 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: 16-30987821-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "HSD3B7",
          "hgnc_id": 18324,
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "NM_025193.4",
          "verdict": "Benign"
        },
        {
          "benign_score": 20,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000279196",
          "hgnc_id": null,
          "hgvs_c": "n.450T>C",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 0,
          "score": -20,
          "transcript": "ENST00000624286.1",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_score": -20,
      "allele_count_reference_population": 971292,
      "alphamissense_prediction": "Benign",
      "alphamissense_score": 0.0543,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.58,
      "chr": "16",
      "clinvar_classification": "Benign",
      "clinvar_disease": "Congenital bile acid synthesis defect 1,not provided,not specified",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:6",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 9.065358312909666e-7,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2171,
          "cdna_start": 845,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_025193.4",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000297679.10",
          "protein_coding": true,
          "protein_id": "NP_079469.2",
          "strand": true,
          "transcript": "NM_025193.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2171,
          "cdna_start": 845,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000297679.10",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_025193.4",
          "protein_coding": true,
          "protein_id": "ENSP00000297679.5",
          "strand": true,
          "transcript": "ENST00000297679.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "T",
          "aa_start": 291,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2298,
          "cdna_start": 967,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 871,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867909.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.871A>G",
          "hgvs_p": "p.Thr291Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537968.1",
          "strand": true,
          "transcript": "ENST00000867909.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "T",
          "aa_start": 291,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2292,
          "cdna_start": 968,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 871,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867910.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.871A>G",
          "hgvs_p": "p.Thr291Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537969.1",
          "strand": true,
          "transcript": "ENST00000867910.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "T",
          "aa_start": 291,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2449,
          "cdna_start": 1123,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 871,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000930187.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.871A>G",
          "hgvs_p": "p.Thr291Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000600246.1",
          "strand": true,
          "transcript": "ENST00000930187.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "T",
          "aa_start": 291,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2646,
          "cdna_start": 1323,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 871,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000949919.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.871A>G",
          "hgvs_p": "p.Thr291Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619978.1",
          "strand": true,
          "transcript": "ENST00000949919.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2411,
          "cdna_start": 1078,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867900.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537959.1",
          "strand": true,
          "transcript": "ENST00000867900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2208,
          "cdna_start": 877,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867901.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537960.1",
          "strand": true,
          "transcript": "ENST00000867901.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2399,
          "cdna_start": 1068,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867903.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537962.1",
          "strand": true,
          "transcript": "ENST00000867903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": 1220,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000867905.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537964.1",
          "strand": true,
          "transcript": "ENST00000867905.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2284,
          "cdna_start": 959,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867906.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537965.1",
          "strand": true,
          "transcript": "ENST00000867906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2200,
          "cdna_start": 872,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867908.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537967.1",
          "strand": true,
          "transcript": "ENST00000867908.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2250,
          "cdna_start": 925,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000949918.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619977.1",
          "strand": true,
          "transcript": "ENST00000949918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2317,
          "cdna_start": 988,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000949921.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619980.1",
          "strand": true,
          "transcript": "ENST00000949921.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 338,
          "aa_ref": "T",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2100,
          "cdna_start": 775,
          "cds_end": null,
          "cds_length": 1017,
          "cds_start": 655,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867907.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.655A>G",
          "hgvs_p": "p.Thr219Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537966.1",
          "strand": true,
          "transcript": "ENST00000867907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 338,
          "aa_ref": "T",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2235,
          "cdna_start": 910,
          "cds_end": null,
          "cds_length": 1017,
          "cds_start": 655,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000867912.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.655A>G",
          "hgvs_p": "p.Thr219Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537971.1",
          "strand": true,
          "transcript": "ENST00000867912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 338,
          "aa_ref": "T",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2062,
          "cdna_start": 737,
          "cds_end": null,
          "cds_length": 1017,
          "cds_start": 655,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000949920.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.655A>G",
          "hgvs_p": "p.Thr219Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000619979.1",
          "strand": true,
          "transcript": "ENST00000949920.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "T",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2048,
          "cdna_start": 715,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000867902.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.592A>G",
          "hgvs_p": "p.Thr198Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537961.1",
          "strand": true,
          "transcript": "ENST00000867902.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "T",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2040,
          "cdna_start": 709,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000867904.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.592A>G",
          "hgvs_p": "p.Thr198Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537963.1",
          "strand": true,
          "transcript": "ENST00000867904.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "T",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2179,
          "cdna_start": 852,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000867911.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.592A>G",
          "hgvs_p": "p.Thr198Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537970.1",
          "strand": true,
          "transcript": "ENST00000867911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "T",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2010,
          "cdna_start": 684,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000867913.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.592A>G",
          "hgvs_p": "p.Thr198Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537972.1",
          "strand": true,
          "transcript": "ENST00000867913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "T",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2174,
          "cdna_start": 849,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000867914.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.592A>G",
          "hgvs_p": "p.Thr198Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537973.1",
          "strand": true,
          "transcript": "ENST00000867914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "T",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2197,
          "cdna_start": 872,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000867915.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.592A>G",
          "hgvs_p": "p.Thr198Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000537974.1",
          "strand": true,
          "transcript": "ENST00000867915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2167,
          "cdna_start": 841,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_005255601.4",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005255658.2",
          "strand": true,
          "transcript": "XM_005255601.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2340,
          "cdna_start": 1014,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011545960.3",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011544262.1",
          "strand": true,
          "transcript": "XM_011545960.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2364,
          "cdna_start": 1038,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_011545961.2",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011544263.1",
          "strand": true,
          "transcript": "XM_011545961.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "A",
          "aa_end": null,
          "aa_length": 369,
          "aa_ref": "T",
          "aa_start": 250,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2262,
          "cdna_start": 936,
          "cds_end": null,
          "cds_length": 1110,
          "cds_start": 748,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047434716.1",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.748A>G",
          "hgvs_p": "p.Thr250Ala",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047290672.1",
          "strand": true,
          "transcript": "XM_047434716.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "Q",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2201,
          "cdna_start": 875,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 585,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001142777.2",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.585A>G",
          "hgvs_p": "p.Gln195Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001136249.1",
          "strand": true,
          "transcript": "NM_001142777.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "Q",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2008,
          "cdna_start": 682,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 585,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001142778.2",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.585A>G",
          "hgvs_p": "p.Gln195Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001136250.1",
          "strand": true,
          "transcript": "NM_001142778.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "Q",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2200,
          "cdna_start": 875,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 585,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000262520.10",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.585A>G",
          "hgvs_p": "p.Gln195Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000262520.6",
          "strand": true,
          "transcript": "ENST00000262520.10",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "Q",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2004,
          "cdna_start": 678,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 585,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_011545962.3",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.585A>G",
          "hgvs_p": "p.Gln195Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011544264.1",
          "strand": true,
          "transcript": "XM_011545962.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 196,
          "aa_ref": "Q",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2177,
          "cdna_start": 851,
          "cds_end": null,
          "cds_length": 591,
          "cds_start": 585,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_017023732.2",
          "gene_hgnc_id": 18324,
          "gene_symbol": "HSD3B7",
          "hgvs_c": "c.585A>G",
          "hgvs_p": "p.Gln195Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016879221.1",
          "strand": true,
          "transcript": "XM_017023732.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "TEC",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3641,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 1,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000624286.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000279196",
          "hgvs_c": "n.450T>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000624286.1",
          "transcript_support_level": 6
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs9938550",
      "effect": "missense_variant",
      "frequency_reference_population": 0.6021724,
      "gene_hgnc_id": 18324,
      "gene_symbol": "HSD3B7",
      "gnomad_exomes_ac": 890708,
      "gnomad_exomes_af": 0.609737,
      "gnomad_exomes_homalt": 279930,
      "gnomad_genomes_ac": 80584,
      "gnomad_genomes_af": 0.529552,
      "gnomad_genomes_homalt": 23619,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 303549,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Benign",
      "phenotype_combined": "not specified|not provided|Congenital bile acid synthesis defect 1",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.602,
      "pos": 30987821,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.076,
      "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_025193.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.