← 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: 17-39531258-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 39531258,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000447079.6",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4415A>G",
          "hgvs_p": "p.Tyr1472Cys",
          "transcript": "NM_016507.4",
          "protein_id": "NP_057591.2",
          "transcript_support_level": null,
          "aa_start": 1472,
          "aa_end": null,
          "aa_length": 1490,
          "cds_start": 4415,
          "cds_end": null,
          "cds_length": 4473,
          "cdna_start": 5001,
          "cdna_end": null,
          "cdna_length": 8287,
          "mane_select": "ENST00000447079.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4415A>G",
          "hgvs_p": "p.Tyr1472Cys",
          "transcript": "ENST00000447079.6",
          "protein_id": "ENSP00000398880.4",
          "transcript_support_level": 1,
          "aa_start": 1472,
          "aa_end": null,
          "aa_length": 1490,
          "cds_start": 4415,
          "cds_end": null,
          "cds_length": 4473,
          "cdna_start": 5001,
          "cdna_end": null,
          "cdna_length": 8287,
          "mane_select": "NM_016507.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4388A>G",
          "hgvs_p": "p.Tyr1463Cys",
          "transcript": "ENST00000430627.6",
          "protein_id": "ENSP00000407720.2",
          "transcript_support_level": 1,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1481,
          "cds_start": 4388,
          "cds_end": null,
          "cds_length": 4446,
          "cdna_start": 4699,
          "cdna_end": null,
          "cdna_length": 5918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4388A>G",
          "hgvs_p": "p.Tyr1463Cys",
          "transcript": "NM_015083.4",
          "protein_id": "NP_055898.1",
          "transcript_support_level": null,
          "aa_start": 1463,
          "aa_end": null,
          "aa_length": 1481,
          "cds_start": 4388,
          "cds_end": null,
          "cds_length": 4446,
          "cdna_start": 4974,
          "cdna_end": null,
          "cdna_length": 8260,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4412A>G",
          "hgvs_p": "p.Tyr1471Cys",
          "transcript": "XM_005257456.5",
          "protein_id": "XP_005257513.1",
          "transcript_support_level": null,
          "aa_start": 1471,
          "aa_end": null,
          "aa_length": 1489,
          "cds_start": 4412,
          "cds_end": null,
          "cds_length": 4470,
          "cdna_start": 4998,
          "cdna_end": null,
          "cdna_length": 8284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Y",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4385A>G",
          "hgvs_p": "p.Tyr1462Cys",
          "transcript": "XM_047436253.1",
          "protein_id": "XP_047292209.1",
          "transcript_support_level": null,
          "aa_start": 1462,
          "aa_end": null,
          "aa_length": 1480,
          "cds_start": 4385,
          "cds_end": null,
          "cds_length": 4443,
          "cdna_start": 4971,
          "cdna_end": null,
          "cdna_length": 8257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "n.1377A>G",
          "hgvs_p": null,
          "transcript": "ENST00000584336.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "n.3760+4942A>G",
          "hgvs_p": null,
          "transcript": "ENST00000559663.2",
          "protein_id": "ENSP00000453329.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6018,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_011524893.3",
          "protein_id": "XP_011523195.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_011524894.3",
          "protein_id": "XP_011523196.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6191,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_011524895.3",
          "protein_id": "XP_011523197.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6436,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_011524897.3",
          "protein_id": "XP_011523199.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_011524898.3",
          "protein_id": "XP_011523200.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6224,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_011524906.3",
          "protein_id": "XP_011523208.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8581,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436255.1",
          "protein_id": "XP_047292211.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436256.1",
          "protein_id": "XP_047292212.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436257.1",
          "protein_id": "XP_047292213.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6174,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436258.1",
          "protein_id": "XP_047292214.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436259.1",
          "protein_id": "XP_047292215.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6419,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436260.1",
          "protein_id": "XP_047292216.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4178+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436261.1",
          "protein_id": "XP_047292217.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1393,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4182,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4175+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436262.1",
          "protein_id": "XP_047292218.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1392,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4179,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6188,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4175+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436263.1",
          "protein_id": "XP_047292219.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1392,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4179,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4175+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436264.1",
          "protein_id": "XP_047292220.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1392,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4179,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436265.1",
          "protein_id": "XP_047292221.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436266.1",
          "protein_id": "XP_047292222.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436267.1",
          "protein_id": "XP_047292223.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436268.1",
          "protein_id": "XP_047292224.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6359,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436269.1",
          "protein_id": "XP_047292225.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436270.1",
          "protein_id": "XP_047292226.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436272.1",
          "protein_id": "XP_047292228.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436273.1",
          "protein_id": "XP_047292229.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436274.1",
          "protein_id": "XP_047292230.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6392,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436275.1",
          "protein_id": "XP_047292231.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436276.1",
          "protein_id": "XP_047292232.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436277.1",
          "protein_id": "XP_047292233.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436278.1",
          "protein_id": "XP_047292234.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4151+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436279.1",
          "protein_id": "XP_047292235.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1384,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4148+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436280.1",
          "protein_id": "XP_047292236.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1383,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4148+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436281.1",
          "protein_id": "XP_047292237.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1383,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6161,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4148+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436282.1",
          "protein_id": "XP_047292238.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1383,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4148+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436283.1",
          "protein_id": "XP_047292239.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1383,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4148+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436284.1",
          "protein_id": "XP_047292240.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1383,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8551,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4148+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436285.1",
          "protein_id": "XP_047292241.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1383,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.4148+237A>G",
          "hgvs_p": null,
          "transcript": "XM_047436286.1",
          "protein_id": "XP_047292242.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1383,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4152,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6144,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3760+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_011524907.3",
          "protein_id": "XP_011523209.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3760+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_047436287.1",
          "protein_id": "XP_047292243.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3760+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_047436288.1",
          "protein_id": "XP_047292244.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3760+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_047436289.1",
          "protein_id": "XP_047292245.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1262,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3789,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5756,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3757+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_017024753.3",
          "protein_id": "XP_016880242.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3757+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_047436290.1",
          "protein_id": "XP_047292246.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3757+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_047436291.1",
          "protein_id": "XP_047292247.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 13,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3757+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_047436292.1",
          "protein_id": "XP_047292248.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1261,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3786,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5803,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "CDK12",
          "gene_hgnc_id": 24224,
          "hgvs_c": "c.3682+4942A>G",
          "hgvs_p": null,
          "transcript": "XM_047436293.1",
          "protein_id": "XP_047292249.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1236,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CDK12",
      "gene_hgnc_id": 24224,
      "dbsnp": "rs373240630",
      "frequency_reference_population": 0.000037740745,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 57,
      "gnomad_exomes_af": 0.0000235621,
      "gnomad_genomes_af": 0.000164266,
      "gnomad_exomes_ac": 32,
      "gnomad_genomes_ac": 25,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.05199229717254639,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.367,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.1078,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.03,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 0.951,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -4,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -4,
          "benign_score": 4,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000447079.6",
          "gene_symbol": "CDK12",
          "hgnc_id": 24224,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "Unknown",
          "hgvs_c": "c.4415A>G",
          "hgvs_p": "p.Tyr1472Cys"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "not provided",
      "clinvar_review_status": "no classification provided",
      "clinvar_submissions_summary": "O:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "not provided",
      "custom_annotations": null
    }
  ],
  "message": null
}