← 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: 1-45869204-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 45869204,
      "ref": "A",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "ENST00000361297.7",
      "consequences": [
        {
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "NM_015112.3",
          "protein_id": "NP_055927.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5737,
          "mane_select": "ENST00000361297.7",
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "ENST00000361297.7",
          "protein_id": "ENSP00000354671.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5737,
          "mane_select": "NM_015112.3",
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "NM_001324320.2",
          "protein_id": "NP_001311249.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1805,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5758,
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "NM_001319245.2",
          "protein_id": "NP_001306174.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5734,
          "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": 29,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.-67+4065A>C",
          "hgvs_p": null,
          "transcript": "NM_001324321.2",
          "protein_id": "NP_001311250.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1644,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4935,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5819,
          "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": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "n.438-13160A>C",
          "hgvs_p": null,
          "transcript": "ENST00000470809.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 640,
          "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": 31,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_011541059.3",
          "protein_id": "XP_011539361.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1870,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5953,
          "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": 31,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_011541061.3",
          "protein_id": "XP_011539363.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1869,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5610,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5950,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_011541062.3",
          "protein_id": "XP_011539364.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5932,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450096.1",
          "protein_id": "XP_047306052.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5929,
          "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": 31,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.319-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_011541063.2",
          "protein_id": "XP_011539365.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5534,
          "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": 31,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.310-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_011541064.3",
          "protein_id": "XP_011539366.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5531,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.310-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450105.1",
          "protein_id": "XP_047306061.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1810,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5433,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5612,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450111.1",
          "protein_id": "XP_047306067.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1804,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5755,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.319-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450116.1",
          "protein_id": "XP_047306072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5377,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.310-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450121.1",
          "protein_id": "XP_047306077.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1752,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5259,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5438,
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.319-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450122.1",
          "protein_id": "XP_047306078.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5353,
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.310-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450123.1",
          "protein_id": "XP_047306079.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1745,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5238,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5417,
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.310-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450129.1",
          "protein_id": "XP_047306085.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1744,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5414,
          "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": 29,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.39+4065A>C",
          "hgvs_p": null,
          "transcript": "XM_017000752.2",
          "protein_id": "XP_016856241.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5963,
          "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": 28,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.39+4065A>C",
          "hgvs_p": null,
          "transcript": "XM_017000755.2",
          "protein_id": "XP_016856244.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1662,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5768,
          "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": 31,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_011541069.3",
          "protein_id": "XP_011539371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1397,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4194,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5664,
          "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": 31,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450141.1",
          "protein_id": "XP_047306097.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1396,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4191,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5661,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450142.1",
          "protein_id": "XP_047306098.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1390,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4173,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5643,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450145.1",
          "protein_id": "XP_047306101.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1332,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5469,
          "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": 30,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450149.1",
          "protein_id": "XP_047306105.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1331,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5466,
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450150.1",
          "protein_id": "XP_047306106.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1325,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5448,
          "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": 29,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null,
          "transcript": "XM_047450153.1",
          "protein_id": "XP_047306109.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1324,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3975,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5445,
          "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": 4,
          "intron_rank_end": null,
          "gene_symbol": "LOC105378694",
          "gene_hgnc_id": null,
          "hgvs_c": "n.445-1233T>G",
          "hgvs_p": null,
          "transcript": "XR_001738037.3",
          "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": 532,
          "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": 4,
          "intron_rank_end": null,
          "gene_symbol": "LOC105378694",
          "gene_hgnc_id": null,
          "hgvs_c": "n.2657-1233T>G",
          "hgvs_p": null,
          "transcript": "XR_001738038.2",
          "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": 2744,
          "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": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "LOC105378694",
          "gene_hgnc_id": null,
          "hgvs_c": "n.550-1233T>G",
          "hgvs_p": null,
          "transcript": "XR_007066060.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": 637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "MAST2",
      "gene_hgnc_id": 19035,
      "dbsnp": "rs4660318",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8100000023841858,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.81,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.565,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000361297.7",
          "gene_symbol": "MAST2",
          "hgnc_id": 19035,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.469-13160A>C",
          "hgvs_p": null
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "XR_001738037.3",
          "gene_symbol": "LOC105378694",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.445-1233T>G",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}