← 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: 3-151338052-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 151338052,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000302632.4",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "P2RY12",
          "gene_hgnc_id": 18124,
          "hgvs_c": "c.794G>C",
          "hgvs_p": "p.Arg265Pro",
          "transcript": "NM_022788.5",
          "protein_id": "NP_073625.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 794,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": "ENST00000302632.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "P2RY12",
          "gene_hgnc_id": 18124,
          "hgvs_c": "c.794G>C",
          "hgvs_p": "p.Arg265Pro",
          "transcript": "ENST00000302632.4",
          "protein_id": "ENSP00000307259.4",
          "transcript_support_level": 1,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 794,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 2244,
          "mane_select": "NM_022788.5",
          "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": 45,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "NM_001393769.1",
          "protein_id": "NP_001380698.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2180,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10794,
          "mane_select": "ENST00000687756.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000687756.1",
          "protein_id": "ENSP00000508695.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2180,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6543,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10794,
          "mane_select": "NM_001393769.1",
          "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": 43,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2146-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000474524.5",
          "protein_id": "ENSP00000417235.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2145,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "P2RY12",
          "gene_hgnc_id": 18124,
          "hgvs_c": "c.794G>C",
          "hgvs_p": "p.Arg265Pro",
          "transcript": "NM_176876.3",
          "protein_id": "NP_795345.1",
          "transcript_support_level": null,
          "aa_start": 265,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 794,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": 1035,
          "cdna_end": null,
          "cdna_length": 2244,
          "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": 44,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2146-12007C>G",
          "hgvs_p": null,
          "transcript": "NM_053002.6",
          "protein_id": "NP_443728.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2145,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10689,
          "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": 37,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1726-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000273432.8",
          "protein_id": "ENSP00000273432.4",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1809,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5430,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6401,
          "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": 32,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1864-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000686666.1",
          "protein_id": "ENSP00000509482.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1556,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4673,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4996,
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "n.328-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000468305.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 568,
          "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": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "n.74-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000491549.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 575,
          "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": 20,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "n.2509-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000685357.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": 4127,
          "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": 18,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "n.2326-12007C>G",
          "hgvs_p": null,
          "transcript": "ENST00000693531.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": 3256,
          "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": 46,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_017005676.2",
          "protein_id": "XP_016861165.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2197,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10845,
          "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": 45,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447403.1",
          "protein_id": "XP_047303359.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2197,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6594,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10715,
          "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": 46,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_017005677.2",
          "protein_id": "XP_016861166.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10842,
          "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": 45,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447404.1",
          "protein_id": "XP_047303360.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2196,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6591,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10712,
          "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": 45,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447405.1",
          "protein_id": "XP_047303361.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2179,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10791,
          "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": 44,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_017005678.2",
          "protein_id": "XP_016861167.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2150,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10704,
          "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": 44,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447406.1",
          "protein_id": "XP_047303362.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2149,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6450,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10701,
          "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": 43,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2146-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447407.1",
          "protein_id": "XP_047303363.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2145,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6438,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10559,
          "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": 44,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2146-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447408.1",
          "protein_id": "XP_047303364.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2144,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6435,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10686,
          "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": 43,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2146-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447409.1",
          "protein_id": "XP_047303365.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2115,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6348,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10599,
          "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": 43,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2146-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447410.1",
          "protein_id": "XP_047303366.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2114,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10596,
          "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": 45,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1981-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_017005679.2",
          "protein_id": "XP_016861168.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2107,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10575,
          "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": 44,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1981-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447411.1",
          "protein_id": "XP_047303367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2107,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6324,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10445,
          "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": 44,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1969-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_017005680.2",
          "protein_id": "XP_016861169.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": 10563,
          "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": 44,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1969-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447412.1",
          "protein_id": "XP_047303368.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2102,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6309,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10560,
          "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": 43,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1969-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447413.1",
          "protein_id": "XP_047303369.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2086,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6261,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10512,
          "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": 43,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1969-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447414.1",
          "protein_id": "XP_047303370.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2085,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6258,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10509,
          "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": 42,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1969-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447416.1",
          "protein_id": "XP_047303372.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2056,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6171,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10422,
          "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": 42,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.1876-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447417.1",
          "protein_id": "XP_047303373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10326,
          "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": 40,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_011512394.3",
          "protein_id": "XP_011510696.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1946,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5841,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7125,
          "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": 35,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_047447418.1",
          "protein_id": "XP_047303374.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1608,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5314,
          "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": 27,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "MED12L",
          "gene_hgnc_id": 16050,
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null,
          "transcript": "XM_011512399.4",
          "protein_id": "XP_011510701.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1223,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "P2RY12",
          "gene_hgnc_id": 18124,
          "hgvs_c": "n.*106G>C",
          "hgvs_p": null,
          "transcript": "ENST00000468596.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "P2RY12",
      "gene_hgnc_id": 18124,
      "dbsnp": "rs755459581",
      "frequency_reference_population": 0.000047091016,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 76,
      "gnomad_exomes_af": 0.0000499397,
      "gnomad_genomes_af": 0.0000197197,
      "gnomad_exomes_ac": 73,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.7024741768836975,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.121,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.9244,
      "alphamissense_prediction": "Pathogenic",
      "bayesdelnoaf_score": -0.15,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.563,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 7,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PP5_Very_Strong,BS1_Supporting",
      "acmg_by_gene": [
        {
          "score": 7,
          "benign_score": 1,
          "pathogenic_score": 8,
          "criteria": [
            "PP5_Very_Strong",
            "BS1_Supporting"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000302632.4",
          "gene_symbol": "P2RY12",
          "hgnc_id": 18124,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.794G>C",
          "hgvs_p": "p.Arg265Pro"
        },
        {
          "score": 4,
          "benign_score": 4,
          "pathogenic_score": 8,
          "criteria": [
            "PP5_Very_Strong",
            "BS2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000687756.1",
          "gene_symbol": "MED12L",
          "hgnc_id": 16050,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2251-12007C>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Impaired ADP-induced platelet aggregation,Platelet-type bleeding disorder 8",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:2 LP:1",
      "phenotype_combined": "Platelet-type bleeding disorder 8|Impaired ADP-induced platelet aggregation",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}