← 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-45959448-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 45959448,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001324320.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "NM_015112.3",
          "protein_id": "NP_055927.2",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5737,
          "mane_select": "ENST00000361297.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015112.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000361297.7",
          "protein_id": "ENSP00000354671.2",
          "transcript_support_level": 1,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1798,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5397,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5737,
          "mane_select": "NM_015112.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361297.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "ENST00000904602.1",
          "protein_id": "ENSP00000574661.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": 1001,
          "cdna_end": null,
          "cdna_length": 5997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000904602.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "NM_001324320.2",
          "protein_id": "NP_001311249.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1805,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5418,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324320.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000904601.1",
          "protein_id": "ENSP00000574660.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1805,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5418,
          "cdna_start": 879,
          "cdna_end": null,
          "cdna_length": 5896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000904601.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000904603.1",
          "protein_id": "ENSP00000574662.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1804,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5415,
          "cdna_start": 877,
          "cdna_end": null,
          "cdna_length": 5785,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000904603.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.560G>C",
          "hgvs_p": "p.Arg187Pro",
          "transcript": "ENST00000904604.1",
          "protein_id": "ENSP00000574663.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 1804,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 5415,
          "cdna_start": 870,
          "cdna_end": null,
          "cdna_length": 5783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000904604.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.560G>C",
          "hgvs_p": "p.Arg187Pro",
          "transcript": "ENST00000922953.1",
          "protein_id": "ENSP00000593012.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 1804,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 5415,
          "cdna_start": 859,
          "cdna_end": null,
          "cdna_length": 5770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922953.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "NM_001319245.2",
          "protein_id": "NP_001306174.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5394,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001319245.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.560G>C",
          "hgvs_p": "p.Arg187Pro",
          "transcript": "ENST00000904605.1",
          "protein_id": "ENSP00000574664.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 5394,
          "cdna_start": 848,
          "cdna_end": null,
          "cdna_length": 5738,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000904605.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000922949.1",
          "protein_id": "ENSP00000593008.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1797,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5394,
          "cdna_start": 873,
          "cdna_end": null,
          "cdna_length": 5861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922949.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000922954.1",
          "protein_id": "ENSP00000593013.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1777,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5334,
          "cdna_start": 846,
          "cdna_end": null,
          "cdna_length": 5673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922954.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000922950.1",
          "protein_id": "ENSP00000593009.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 5717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922950.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000922952.1",
          "protein_id": "ENSP00000593011.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1764,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5295,
          "cdna_start": 879,
          "cdna_end": null,
          "cdna_length": 5667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922952.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000922951.1",
          "protein_id": "ENSP00000593010.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1728,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5187,
          "cdna_start": 883,
          "cdna_end": null,
          "cdna_length": 5563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922951.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "ENST00000922955.1",
          "protein_id": "ENSP00000593014.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": 832,
          "cdna_end": null,
          "cdna_length": 5509,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000922955.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.113G>C",
          "hgvs_p": "p.Arg38Pro",
          "transcript": "ENST00000674079.1",
          "protein_id": "ENSP00000501318.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1655,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4968,
          "cdna_start": 296,
          "cdna_end": null,
          "cdna_length": 5207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000674079.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.80G>C",
          "hgvs_p": "p.Arg27Pro",
          "transcript": "NM_001324321.2",
          "protein_id": "NP_001311250.1",
          "transcript_support_level": null,
          "aa_start": 27,
          "aa_end": null,
          "aa_length": 1644,
          "cds_start": 80,
          "cds_end": null,
          "cds_length": 4935,
          "cdna_start": 908,
          "cdna_end": null,
          "cdna_length": 5819,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001324321.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.218G>C",
          "hgvs_p": "p.Arg73Pro",
          "transcript": "ENST00000372008.6",
          "protein_id": "ENSP00000361078.2",
          "transcript_support_level": 5,
          "aa_start": 73,
          "aa_end": null,
          "aa_length": 786,
          "cds_start": 218,
          "cds_end": null,
          "cds_length": 2361,
          "cdna_start": 385,
          "cdna_end": null,
          "cdna_length": 2528,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372008.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "XM_011541059.3",
          "protein_id": "XP_011539361.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1870,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 5613,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 5953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541059.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "XM_011541061.3",
          "protein_id": "XP_011539363.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1869,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 5610,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 5950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541061.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "XM_011541062.3",
          "protein_id": "XP_011539364.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1863,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 5592,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 5932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541062.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "XM_047450096.1",
          "protein_id": "XP_047306052.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1862,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 5589,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 5929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450096.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.608G>C",
          "hgvs_p": "p.Arg203Pro",
          "transcript": "XM_011541063.2",
          "protein_id": "XP_011539365.1",
          "transcript_support_level": null,
          "aa_start": 203,
          "aa_end": null,
          "aa_length": 1820,
          "cds_start": 608,
          "cds_end": null,
          "cds_length": 5463,
          "cdna_start": 623,
          "cdna_end": null,
          "cdna_length": 5534,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541063.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.599G>C",
          "hgvs_p": "p.Arg200Pro",
          "transcript": "XM_011541064.3",
          "protein_id": "XP_011539366.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 1817,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 5454,
          "cdna_start": 620,
          "cdna_end": null,
          "cdna_length": 5531,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541064.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.599G>C",
          "hgvs_p": "p.Arg200Pro",
          "transcript": "XM_047450105.1",
          "protein_id": "XP_047306061.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 1810,
          "cds_start": 599,
          "cds_end": null,
          "cds_length": 5433,
          "cdna_start": 722,
          "cdna_end": null,
          "cdna_length": 5612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450105.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "XM_047450111.1",
          "protein_id": "XP_047306067.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1804,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 5415,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450111.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.413G>C",
          "hgvs_p": "p.Arg138Pro",
          "transcript": "XM_047450116.1",
          "protein_id": "XP_047306072.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 1755,
          "cds_start": 413,
          "cds_end": null,
          "cds_length": 5268,
          "cdna_start": 466,
          "cdna_end": null,
          "cdna_length": 5377,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450116.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.404G>C",
          "hgvs_p": "p.Arg135Pro",
          "transcript": "XM_047450121.1",
          "protein_id": "XP_047306077.1",
          "transcript_support_level": null,
          "aa_start": 135,
          "aa_end": null,
          "aa_length": 1752,
          "cds_start": 404,
          "cds_end": null,
          "cds_length": 5259,
          "cdna_start": 527,
          "cdna_end": null,
          "cdna_length": 5438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450121.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.413G>C",
          "hgvs_p": "p.Arg138Pro",
          "transcript": "XM_047450122.1",
          "protein_id": "XP_047306078.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 1747,
          "cds_start": 413,
          "cds_end": null,
          "cds_length": 5244,
          "cdna_start": 466,
          "cdna_end": null,
          "cdna_length": 5353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450122.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.404G>C",
          "hgvs_p": "p.Arg135Pro",
          "transcript": "XM_047450123.1",
          "protein_id": "XP_047306079.1",
          "transcript_support_level": null,
          "aa_start": 135,
          "aa_end": null,
          "aa_length": 1745,
          "cds_start": 404,
          "cds_end": null,
          "cds_length": 5238,
          "cdna_start": 527,
          "cdna_end": null,
          "cdna_length": 5417,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450123.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.404G>C",
          "hgvs_p": "p.Arg135Pro",
          "transcript": "XM_047450129.1",
          "protein_id": "XP_047306085.1",
          "transcript_support_level": null,
          "aa_start": 135,
          "aa_end": null,
          "aa_length": 1744,
          "cds_start": 404,
          "cds_end": null,
          "cds_length": 5235,
          "cdna_start": 527,
          "cdna_end": null,
          "cdna_length": 5414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450129.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.329G>C",
          "hgvs_p": "p.Arg110Pro",
          "transcript": "XM_017000752.2",
          "protein_id": "XP_016856241.1",
          "transcript_support_level": null,
          "aa_start": 110,
          "aa_end": null,
          "aa_length": 1727,
          "cds_start": 329,
          "cds_end": null,
          "cds_length": 5184,
          "cdna_start": 1052,
          "cdna_end": null,
          "cdna_length": 5963,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000752.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.308G>C",
          "hgvs_p": "p.Arg103Pro",
          "transcript": "XM_005270655.4",
          "protein_id": "XP_005270712.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 1720,
          "cds_start": 308,
          "cds_end": null,
          "cds_length": 5163,
          "cdna_start": 546,
          "cdna_end": null,
          "cdna_length": 5457,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005270655.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.281G>C",
          "hgvs_p": "p.Arg94Pro",
          "transcript": "XM_005270656.6",
          "protein_id": "XP_005270713.1",
          "transcript_support_level": null,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 1711,
          "cds_start": 281,
          "cds_end": null,
          "cds_length": 5136,
          "cdna_start": 388,
          "cdna_end": null,
          "cdna_length": 5299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005270656.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.281G>C",
          "hgvs_p": "p.Arg94Pro",
          "transcript": "XM_047450130.1",
          "protein_id": "XP_047306086.1",
          "transcript_support_level": null,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 1704,
          "cds_start": 281,
          "cds_end": null,
          "cds_length": 5115,
          "cdna_start": 554,
          "cdna_end": null,
          "cdna_length": 5444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450130.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.218G>C",
          "hgvs_p": "p.Arg73Pro",
          "transcript": "XM_017000753.2",
          "protein_id": "XP_016856242.1",
          "transcript_support_level": null,
          "aa_start": 73,
          "aa_end": null,
          "aa_length": 1690,
          "cds_start": 218,
          "cds_end": null,
          "cds_length": 5073,
          "cdna_start": 381,
          "cdna_end": null,
          "cdna_length": 5292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000753.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.134G>C",
          "hgvs_p": "p.Arg45Pro",
          "transcript": "XM_017000755.2",
          "protein_id": "XP_016856244.1",
          "transcript_support_level": null,
          "aa_start": 45,
          "aa_end": null,
          "aa_length": 1662,
          "cds_start": 134,
          "cds_end": null,
          "cds_length": 4989,
          "cdna_start": 857,
          "cdna_end": null,
          "cdna_length": 5768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000755.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.113G>C",
          "hgvs_p": "p.Arg38Pro",
          "transcript": "XM_006710477.4",
          "protein_id": "XP_006710540.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1655,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4968,
          "cdna_start": 351,
          "cdna_end": null,
          "cdna_length": 5262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006710477.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.77G>C",
          "hgvs_p": "p.Arg26Pro",
          "transcript": "XM_011541067.3",
          "protein_id": "XP_011539369.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 1643,
          "cds_start": 77,
          "cds_end": null,
          "cds_length": 4932,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 5453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541067.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.77G>C",
          "hgvs_p": "p.Arg26Pro",
          "transcript": "XM_011541068.2",
          "protein_id": "XP_011539370.1",
          "transcript_support_level": null,
          "aa_start": 26,
          "aa_end": null,
          "aa_length": 1636,
          "cds_start": 77,
          "cds_end": null,
          "cds_length": 4911,
          "cdna_start": 541,
          "cdna_end": null,
          "cdna_length": 5431,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541068.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "XM_011541069.3",
          "protein_id": "XP_011539371.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1397,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 4194,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 5664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011541069.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "XM_047450141.1",
          "protein_id": "XP_047306097.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1396,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 4191,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 5661,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450141.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.758G>C",
          "hgvs_p": "p.Arg253Pro",
          "transcript": "XM_047450142.1",
          "protein_id": "XP_047306098.1",
          "transcript_support_level": null,
          "aa_start": 253,
          "aa_end": null,
          "aa_length": 1390,
          "cds_start": 758,
          "cds_end": null,
          "cds_length": 4173,
          "cdna_start": 1042,
          "cdna_end": null,
          "cdna_length": 5643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450142.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "XM_047450145.1",
          "protein_id": "XP_047306101.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1332,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 3999,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5469,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450145.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "XM_047450149.1",
          "protein_id": "XP_047306105.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1331,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 3996,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5466,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450149.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "XM_047450150.1",
          "protein_id": "XP_047306106.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1325,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 3978,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450150.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro",
          "transcript": "XM_047450153.1",
          "protein_id": "XP_047306109.1",
          "transcript_support_level": null,
          "aa_start": 188,
          "aa_end": null,
          "aa_length": 1324,
          "cds_start": 563,
          "cds_end": null,
          "cds_length": 3975,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 5445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450153.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "c.-314G>C",
          "hgvs_p": null,
          "transcript": "XM_047450138.1",
          "protein_id": "XP_047306094.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1506,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4521,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450138.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MAST2",
          "gene_hgnc_id": 19035,
          "hgvs_c": "n.63G>C",
          "hgvs_p": null,
          "transcript": "ENST00000482881.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 858,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000482881.1"
        }
      ],
      "gene_symbol": "MAST2",
      "gene_hgnc_id": 19035,
      "dbsnp": "rs1204914972",
      "frequency_reference_population": 6.8425567e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84256e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8194308280944824,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.672,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9477,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.07,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 8.984,
      "phylop100way_prediction": "Pathogenic",
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001324320.2",
          "gene_symbol": "MAST2",
          "hgnc_id": 19035,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.563G>C",
          "hgvs_p": "p.Arg188Pro"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.