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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PP5_Very_Strong"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "CYP11B1",
          "hgnc_id": 2591,
          "hgvs_c": "c.1269T>G",
          "hgvs_p": "p.Tyr423*",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 16,
          "score": 16,
          "transcript": "NM_000497.4",
          "verdict": "Pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5_Very_Strong"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "GML",
          "hgnc_id": 4375,
          "hgvs_c": "c.181+33861A>C",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 14,
          "score": 14,
          "transcript": "ENST00000522728.5",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PP5_Very_Strong",
      "acmg_score": 16,
      "allele_count_reference_population": 15,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.4,
      "chr": "8",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": "CYP11B1-related disorder,Deficiency of steroid 11-beta-monooxygenase,Glucocorticoid-remediable aldosteronism,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:6",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.4000000059604645,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 503,
          "aa_ref": "Y",
          "aa_start": 423,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3540,
          "cdna_start": 1281,
          "cds_end": null,
          "cds_length": 1512,
          "cds_start": 1269,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_000497.4",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1269T>G",
          "hgvs_p": "p.Tyr423*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000292427.10",
          "protein_coding": true,
          "protein_id": "NP_000488.3",
          "strand": false,
          "transcript": "NM_000497.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 503,
          "aa_ref": "Y",
          "aa_start": 423,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3540,
          "cdna_start": 1281,
          "cds_end": null,
          "cds_length": 1512,
          "cds_start": 1269,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000292427.10",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1269T>G",
          "hgvs_p": "p.Tyr423*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000497.4",
          "protein_coding": true,
          "protein_id": "ENSP00000292427.5",
          "strand": false,
          "transcript": "ENST00000292427.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 574,
          "aa_ref": "Y",
          "aa_start": 494,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2280,
          "cdna_start": 1489,
          "cds_end": null,
          "cds_length": 1725,
          "cds_start": 1482,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000377675.3",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1482T>G",
          "hgvs_p": "p.Tyr494*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000366903.3",
          "strand": false,
          "transcript": "ENST00000377675.3",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 181,
          "aa_ref": "Y",
          "aa_start": 101,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2562,
          "cdna_start": 303,
          "cds_end": null,
          "cds_length": 546,
          "cds_start": 303,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000519285.5",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.303T>G",
          "hgvs_p": "p.Tyr101*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000430144.1",
          "strand": false,
          "transcript": "ENST00000519285.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1874,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000517471.5",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1200+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000428043.1",
          "strand": false,
          "transcript": "ENST00000517471.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 557,
          "aa_ref": "Y",
          "aa_start": 477,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3695,
          "cdna_start": 1443,
          "cds_end": null,
          "cds_length": 1674,
          "cds_start": 1431,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000964969.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1431T>G",
          "hgvs_p": "p.Tyr477*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635028.1",
          "strand": false,
          "transcript": "ENST00000964969.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 549,
          "aa_ref": "Y",
          "aa_start": 469,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3327,
          "cdna_start": 1419,
          "cds_end": null,
          "cds_length": 1650,
          "cds_start": 1407,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000964974.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1407T>G",
          "hgvs_p": "p.Tyr469*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635033.1",
          "strand": false,
          "transcript": "ENST00000964974.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 548,
          "aa_ref": "Y",
          "aa_start": 468,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3849,
          "cdna_start": 1591,
          "cds_end": null,
          "cds_length": 1647,
          "cds_start": 1404,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000964956.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1404T>G",
          "hgvs_p": "p.Tyr468*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635015.1",
          "strand": false,
          "transcript": "ENST00000964956.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 545,
          "aa_ref": "Y",
          "aa_start": 465,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3659,
          "cdna_start": 1407,
          "cds_end": null,
          "cds_length": 1638,
          "cds_start": 1395,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000964968.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1395T>G",
          "hgvs_p": "p.Tyr465*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635027.1",
          "strand": false,
          "transcript": "ENST00000964968.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "Y",
          "aa_start": 449,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4493,
          "cdna_start": 1405,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 1347,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000964955.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1347T>G",
          "hgvs_p": "p.Tyr449*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635014.1",
          "strand": false,
          "transcript": "ENST00000964955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 512,
          "aa_ref": "Y",
          "aa_start": 432,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3624,
          "cdna_start": 1363,
          "cds_end": null,
          "cds_length": 1539,
          "cds_start": 1296,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000964957.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1296T>G",
          "hgvs_p": "p.Tyr432*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635016.1",
          "strand": false,
          "transcript": "ENST00000964957.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "Y",
          "aa_start": 420,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3524,
          "cdna_start": 1272,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 1260,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000964970.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1260T>G",
          "hgvs_p": "p.Tyr420*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635029.1",
          "strand": false,
          "transcript": "ENST00000964970.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 497,
          "aa_ref": "Y",
          "aa_start": 423,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3166,
          "cdna_start": 1279,
          "cds_end": null,
          "cds_length": 1494,
          "cds_start": 1269,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000964975.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1269T>G",
          "hgvs_p": "p.Tyr423*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635034.1",
          "strand": false,
          "transcript": "ENST00000964975.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 473,
          "aa_ref": "Y",
          "aa_start": 393,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3447,
          "cdna_start": 1194,
          "cds_end": null,
          "cds_length": 1422,
          "cds_start": 1179,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000964963.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1179T>G",
          "hgvs_p": "p.Tyr393*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635022.1",
          "strand": false,
          "transcript": "ENST00000964963.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 471,
          "aa_ref": "Y",
          "aa_start": 391,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3438,
          "cdna_start": 1186,
          "cds_end": null,
          "cds_length": 1416,
          "cds_start": 1173,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000964967.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1173T>G",
          "hgvs_p": "p.Tyr391*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635026.1",
          "strand": false,
          "transcript": "ENST00000964967.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 460,
          "aa_ref": "Y",
          "aa_start": 380,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1968,
          "cdna_start": 1152,
          "cds_end": null,
          "cds_length": 1383,
          "cds_start": 1140,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000964978.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1140T>G",
          "hgvs_p": "p.Tyr380*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635037.1",
          "strand": false,
          "transcript": "ENST00000964978.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 458,
          "aa_ref": "Y",
          "aa_start": 378,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3405,
          "cdna_start": 1145,
          "cds_end": null,
          "cds_length": 1377,
          "cds_start": 1134,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000964961.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1134T>G",
          "hgvs_p": "p.Tyr378*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635020.1",
          "strand": false,
          "transcript": "ENST00000964961.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 451,
          "aa_ref": "Y",
          "aa_start": 371,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3410,
          "cdna_start": 1156,
          "cds_end": null,
          "cds_length": 1356,
          "cds_start": 1113,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000964958.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1113T>G",
          "hgvs_p": "p.Tyr371*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635017.1",
          "strand": false,
          "transcript": "ENST00000964958.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 435,
          "aa_ref": "Y",
          "aa_start": 355,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3065,
          "cdna_start": 1074,
          "cds_end": null,
          "cds_length": 1308,
          "cds_start": 1065,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000964971.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1065T>G",
          "hgvs_p": "p.Tyr355*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635030.1",
          "strand": false,
          "transcript": "ENST00000964971.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 505,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3543,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1518,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964962.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1404+148T>G",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635021.1",
          "strand": false,
          "transcript": "ENST00000964962.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 491,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2062,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1476,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964977.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1362+148T>G",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635036.1",
          "strand": false,
          "transcript": "ENST00000964977.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 483,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2039,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1452,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964976.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1338+148T>G",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635035.1",
          "strand": false,
          "transcript": "ENST00000964976.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 482,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3474,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1449,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964964.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1335+148T>G",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635023.1",
          "strand": false,
          "transcript": "ENST00000964964.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 469,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3439,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1410,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964959.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1296+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635018.1",
          "strand": false,
          "transcript": "ENST00000964959.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3421,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964960.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1278+148T>G",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635019.1",
          "strand": false,
          "transcript": "ENST00000964960.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 460,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4292,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1383,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964954.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1269+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635013.1",
          "strand": false,
          "transcript": "ENST00000964954.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 446,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4271,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1341,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964953.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1227+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635012.1",
          "strand": false,
          "transcript": "ENST00000964953.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 437,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3337,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1314,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001026213.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1200+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001021384.1",
          "strand": false,
          "transcript": "NM_001026213.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 434,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3329,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1305,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964965.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1191+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635024.1",
          "strand": false,
          "transcript": "ENST00000964965.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 405,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3242,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1218,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964966.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1104+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635025.1",
          "strand": false,
          "transcript": "ENST00000964966.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 392,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2856,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1179,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964973.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1065+148T>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635032.1",
          "strand": false,
          "transcript": "ENST00000964973.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 385,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2836,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1158,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000964972.1",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "c.1044+148T>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635031.1",
          "strand": false,
          "transcript": "ENST00000964972.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 117,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 420,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 355,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000522728.5",
          "gene_hgnc_id": 4375,
          "gene_symbol": "GML",
          "hgvs_c": "c.181+33861A>C",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000430799.1",
          "strand": true,
          "transcript": "ENST00000522728.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": 3726,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000314111.4",
          "gene_hgnc_id": 2591,
          "gene_symbol": "CYP11B1",
          "hgvs_c": "n.1595+148T>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000314111.4",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs267606755",
      "effect": "stop_gained",
      "frequency_reference_population": 0.000009293059,
      "gene_hgnc_id": 2591,
      "gene_symbol": "CYP11B1",
      "gnomad_exomes_ac": 13,
      "gnomad_exomes_af": 0.0000088926,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131391,
      "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": "Pathogenic",
      "phenotype_combined": "Deficiency of steroid 11-beta-monooxygenase|not provided|CYP11B1-related disorder|Glucocorticoid-remediable aldosteronism;Deficiency of steroid 11-beta-monooxygenase",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.323,
      "pos": 142875086,
      "ref": "A",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_000497.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.