← 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: X-71141247-ACAGCAG-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 71141247,
      "ref": "ACAGCAG",
      "alt": "A",
      "effect": "disruptive_inframe_deletion",
      "transcript": "ENST00000374080.8",
      "consequences": [
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6303_6308delGCAGCA",
          "hgvs_p": "p.Gln2102_Gln2103del",
          "transcript": "NM_005120.3",
          "protein_id": "NP_005111.2",
          "transcript_support_level": null,
          "aa_start": 2101,
          "aa_end": null,
          "aa_length": 2177,
          "cds_start": 6303,
          "cds_end": null,
          "cds_length": 6534,
          "cdna_start": 6462,
          "cdna_end": null,
          "cdna_length": 6925,
          "mane_select": "ENST00000374080.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6303_6308delGCAGCA",
          "hgvs_p": "p.Gln2102_Gln2103del",
          "transcript": "ENST00000374080.8",
          "protein_id": "ENSP00000363193.3",
          "transcript_support_level": 1,
          "aa_start": 2101,
          "aa_end": null,
          "aa_length": 2177,
          "cds_start": 6303,
          "cds_end": null,
          "cds_length": 6534,
          "cdna_start": 6462,
          "cdna_end": null,
          "cdna_length": 6925,
          "mane_select": "NM_005120.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6312_6317delGCAGCA",
          "hgvs_p": "p.Gln2105_Gln2106del",
          "transcript": "ENST00000374102.6",
          "protein_id": "ENSP00000363215.2",
          "transcript_support_level": 1,
          "aa_start": 2104,
          "aa_end": null,
          "aa_length": 2180,
          "cds_start": 6312,
          "cds_end": null,
          "cds_length": 6543,
          "cdna_start": 6438,
          "cdna_end": null,
          "cdna_length": 6901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6309_6314delGCAGCA",
          "hgvs_p": "p.Gln2104_Gln2105del",
          "transcript": "ENST00000690145.1",
          "protein_id": "ENSP00000508818.1",
          "transcript_support_level": null,
          "aa_start": 2103,
          "aa_end": null,
          "aa_length": 2179,
          "cds_start": 6309,
          "cds_end": null,
          "cds_length": 6540,
          "cdna_start": 6339,
          "cdna_end": null,
          "cdna_length": 6739,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6300_6305delGCAGCA",
          "hgvs_p": "p.Gln2101_Gln2102del",
          "transcript": "ENST00000692304.1",
          "protein_id": "ENSP00000508427.1",
          "transcript_support_level": null,
          "aa_start": 2100,
          "aa_end": null,
          "aa_length": 2176,
          "cds_start": 6300,
          "cds_end": null,
          "cds_length": 6531,
          "cdna_start": 6512,
          "cdna_end": null,
          "cdna_length": 8628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6237_6242delGCAGCA",
          "hgvs_p": "p.Gln2080_Gln2081del",
          "transcript": "ENST00000690242.1",
          "protein_id": "ENSP00000510090.1",
          "transcript_support_level": null,
          "aa_start": 2079,
          "aa_end": null,
          "aa_length": 2155,
          "cds_start": 6237,
          "cds_end": null,
          "cds_length": 6468,
          "cdna_start": 6449,
          "cdna_end": null,
          "cdna_length": 6912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6228_6233delGCAGCA",
          "hgvs_p": "p.Gln2077_Gln2078del",
          "transcript": "ENST00000687382.1",
          "protein_id": "ENSP00000510724.1",
          "transcript_support_level": null,
          "aa_start": 2076,
          "aa_end": null,
          "aa_length": 2152,
          "cds_start": 6228,
          "cds_end": null,
          "cds_length": 6459,
          "cdna_start": 6427,
          "cdna_end": null,
          "cdna_length": 6764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.6183_6188delGCAGCA",
          "hgvs_p": "p.Gln2062_Gln2063del",
          "transcript": "ENST00000333646.11",
          "protein_id": "ENSP00000333125.8",
          "transcript_support_level": 5,
          "aa_start": 2061,
          "aa_end": null,
          "aa_length": 2137,
          "cds_start": 6183,
          "cds_end": null,
          "cds_length": 6414,
          "cdna_start": 6342,
          "cdna_end": null,
          "cdna_length": 6797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 29,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.4254_4259delGCAGCA",
          "hgvs_p": "p.Gln1419_Gln1420del",
          "transcript": "ENST00000693391.1",
          "protein_id": "ENSP00000509563.1",
          "transcript_support_level": null,
          "aa_start": 1418,
          "aa_end": null,
          "aa_length": 1494,
          "cds_start": 4254,
          "cds_end": null,
          "cds_length": 4485,
          "cdna_start": 4254,
          "cdna_end": null,
          "cdna_length": 4699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.1275_1280delGCAGCA",
          "hgvs_p": "p.Gln426_Gln427del",
          "transcript": "ENST00000444034.2",
          "protein_id": "ENSP00000404373.2",
          "transcript_support_level": 5,
          "aa_start": 425,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": 1275,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": 1275,
          "cdna_end": null,
          "cdna_length": 1675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "QQQ",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.345_350delGCAGCA",
          "hgvs_p": "p.Gln116_Gln117del",
          "transcript": "ENST00000688231.1",
          "protein_id": "ENSP00000508591.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 246,
          "cds_start": 345,
          "cds_end": null,
          "cds_length": 741,
          "cdna_start": 347,
          "cdna_end": null,
          "cdna_length": 854,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.3001_3006delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000685182.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3446,
          "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": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.2689_2694delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000686169.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3148,
          "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": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*6208_*6213delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000686548.1",
          "protein_id": "ENSP00000509582.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6852,
          "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": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.3018_3023delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000687161.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3481,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.3062_3067delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000687701.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3499,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.976_981delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000687973.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1423,
          "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": 25,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.4298_4303delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000688079.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4676,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.1863_1868delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000688508.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2263,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*154_*159delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000688774.1",
          "protein_id": "ENSP00000508823.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1186,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.622_627delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000689489.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1094,
          "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": 34,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.4922_4927delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000689768.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5891,
          "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": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.3906_3911delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000690250.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4336,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.2413_2418delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000690523.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2850,
          "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": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*272_*277delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000690807.1",
          "protein_id": "ENSP00000510476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1184,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*224_*229delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000690878.1",
          "protein_id": "ENSP00000508927.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 439,
          "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": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*3984_*3989delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000691113.1",
          "protein_id": "ENSP00000509755.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5245,
          "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": 27,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.5602_5607delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000691426.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6035,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.3023_3028delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000691909.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3460,
          "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": 21,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.3621_3626delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000692893.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4057,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*6208_*6213delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000686548.1",
          "protein_id": "ENSP00000509582.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*154_*159delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000688774.1",
          "protein_id": "ENSP00000508823.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*272_*277delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000690807.1",
          "protein_id": "ENSP00000510476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*224_*229delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000690878.1",
          "protein_id": "ENSP00000508927.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "n.*3984_*3989delGCAGCA",
          "hgvs_p": null,
          "transcript": "ENST00000691113.1",
          "protein_id": "ENSP00000509755.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.*297_*302delGCAGCA",
          "hgvs_p": null,
          "transcript": "XM_047442699.1",
          "protein_id": "XP_047298655.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2130,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6393,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.*297_*302delGCAGCA",
          "hgvs_p": null,
          "transcript": "XM_047442700.1",
          "protein_id": "XP_047298656.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2128,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6387,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7306,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.*297_*302delGCAGCA",
          "hgvs_p": null,
          "transcript": "XM_047442701.1",
          "protein_id": "XP_047298657.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2127,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6384,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7303,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 42,
          "exon_rank_end": null,
          "exon_count": 44,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.*297_*302delGCAGCA",
          "hgvs_p": null,
          "transcript": "XM_047442702.1",
          "protein_id": "XP_047298658.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2125,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6378,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.*297_*302delGCAGCA",
          "hgvs_p": null,
          "transcript": "XM_047442703.1",
          "protein_id": "XP_047298659.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2103,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6312,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 43,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MED12",
          "gene_hgnc_id": 11957,
          "hgvs_c": "c.*297_*302delGCAGCA",
          "hgvs_p": null,
          "transcript": "XM_047442704.1",
          "protein_id": "XP_047298660.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2100,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6303,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000228427",
          "gene_hgnc_id": null,
          "hgvs_c": "n.347-402_347-397delCTGCTG",
          "hgvs_p": null,
          "transcript": "ENST00000740246.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1015,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MED12",
      "gene_hgnc_id": 11957,
      "dbsnp": "rs766775649",
      "frequency_reference_population": 0.00004743915,
      "hom_count_reference_population": 18,
      "allele_count_reference_population": 55,
      "gnomad_exomes_af": 0.000045745,
      "gnomad_genomes_af": 0.0000635872,
      "gnomad_exomes_ac": 48,
      "gnomad_genomes_ac": 7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 3.821,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -10,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP3,BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -10,
          "benign_score": 10,
          "pathogenic_score": 0,
          "criteria": [
            "BP3",
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000374080.8",
          "gene_symbol": "MED12",
          "hgnc_id": 11957,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.6303_6308delGCAGCA",
          "hgvs_p": "p.Gln2102_Gln2103del"
        },
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP6",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000740246.1",
          "gene_symbol": "ENSG00000228427",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.347-402_347-397delCTGCTG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "FG syndrome,Familial thoracic aortic aneurysm and aortic dissection,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:2 B:1",
      "phenotype_combined": "not provided|Familial thoracic aortic aneurysm and aortic dissection|FG syndrome",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}